erlang-uuid
erlang-uuid copied to clipboard
Erlang UUID
Is it possible to get this as an hex package? I like this library but we want to publish a hex package, and hex is only supporting publishing of package...
Howdy, I've got two patches stored in my local git repository. One corrects the directory hierarchy to move the include file into an include directory. The other one fixes the...
The same line: uuid:to_string(uuid:uuid1())) Fails in Erlang 19.3, but works in 20. In 19.3 it bombs with the error: Failure/Error: {error,badarg, [{uuid,to_string,1, [{file, "/tmp/_build/default/lib/uuid/src/uuid.erl"}, {line,238}]}, However, uuid:to_string(uuid:uuid4()) works in both....
``` 17:19:00.019 [info] Application lager started on node nonode@nohost 17:19:00.020 [info] Distributed Erlang is not enabled, generating UUID. 17:19:00.022 [info] Generated UUID: , converting to string. 17:19:00.022 [error] CRASH REPORT...
I think this package needs comparison functions something like compare(uuid1,uuid2)->boolean() or larger_than(uuid1,uuid2)->boolean() something that can be given to utilities like lists:sort I think it can be useful specifically for time...