Sơn Trần-Nguyễn
Sơn Trần-Nguyễn
**Is your feature request related to a problem? Please describe.** When parsing numeric-looking arguments which is not a flag, they are parsed as number. There are cases which it is...
It would be nice to have a way to only execute a setup code once when it's deployed, instead of every time the route is called. For example, when building...
Implement Exponential Backoff to conform with Google's best practice: https://developers.google.com/maps/documentation/directions/web-service-best-practices#exponential-backoff
**Why is your feature relevant to client-zip?** Encryption is on `client-zip` roadmap, but the author does not see use case for it. Therefore, I would like to add my use...
Added a simple CLI tool to let the user `npx ssi` without writing JS code.
Docs: https://discord.com/developers/docs/topics/oauth2#client-credentials-grant Now that Slash Command is supported, which does not always require a Bot, please consider adding support to authenticate just the application itself using its `client_id` and `client_secret`....
In README, it is said that "output doesn’t have to be written to disk", but I can't find documentation on how to do that. Specifically, how would we combine `ParPar`...
Syntax highlighting inside markdown code blocks:  Inspired by https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example
Let the user pass a function to `Saxy.parse_*` instead of callback module for simple use cases. For example: ```elixir Saxy.parse_string(xml, fn(event, acc) -> IO.inspect(event) acc end, []) ```
Hi again, I see that this feature is planned, but am not sure where it is on your roadmap. I actually have a need for this to stream a folder...