elixir-uuid icon indicating copy to clipboard operation
elixir-uuid copied to clipboard

UUID generator and utilities for Elixir

Results 25 elixir-uuid issues
Sort by recently updated
recently updated
newest added

When compiling this dependency, I'm facing the following warning: ``` ==> uuid Compiling 1 file (.ex) warning: :crypto.hash/2 defined in application :crypto is used by the current application but the...

Add `:crypto` to `extra_application` in mix.exs to fix warning in Elixir 1.12 and update mix.lock to a new file pattern.

I see the maintainer is not responding to issues or PRs for like two years. Are there any plans to keep maintinaing this @zyro? Or is there anybody who will...

It's unclear to new (or old) users that the library has been renamed to `elixir_uuid`. If you just google "elixir uuid", this page comes up as the first result: https://hexdocs.pm/uuid/readme.html...

Hi! Thanks for the lib! I'm getting this when compiling: ``` ==> elixir_uuid Compiling 1 file (.ex) warning: :crypto.hash/2 defined in application :crypto is used by the current application but...

List of changes: - Update spdx license id - Mix format module config - Use common source url - Refactor module config - Badges and more badges! - Update license...

This is in order to stop Elixir 1.11 warning about undeclared dependencies. ``` ==> elixir_uuid Compiling 1 file (.ex) warning: :crypto.hash/2 defined in application :crypto is used by the current...

An app I work on is using UUID.uuid4/0 to generate secret keys. We noticed some duplicate values in the db (yeah, I know, we should have a unique index on...

This is recommended by Hex.pm, and it helps tools identify which license this package is released under.