-
Notifications
You must be signed in to change notification settings - Fork 2
enable_tls panics #13
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Hello!
This function panics, which a library should never do, especially not for simple configuration.
It is also not documented what the arguments are, or what happens when they are incorrect.
It seems strange to me that this API forces the programmer to keep the data on the file system, instead of passing it in as an argument like normal Gleam code.
Thanks,
Louis