nanoid icon indicating copy to clipboard operation
nanoid copied to clipboard

Elixir port of NanoID, a secure and URL-friendly unique ID generator. https://hex.pm/packages/nanoid

Results 3 nanoid issues
Sort by recently updated
recently updated
newest added

Module attributes are defined in compile time. I just happened to download and compile the application (which includes compiling NanoID as a dependency) and then change the config in my...

This PR tries using binary lookups to improve performance. For now I've only updated just one clause in the non-secure generator. Before ```console $ MIX_ENV=bench mix run bench/generate.exs Operating System:...

Recent Elixir versions don't create `config` dir for `mix new app` so I guess it's "more idiomatic" to not have it if it's unnecessary :) Note that the project would...