Martin Nijboer
Martin Nijboer
Released in https://hex.pm/packages/goal
Hi! Thanks for the suggestion. I don't have a use-case for it myself but feel free to submit a PR. I looked at `uniq`'s implementation and if it's just `Base64.encode/1`...
** (RuntimeError) precompiled NIF is not available for this target: "armv7l-unknown-linux-gnueabihf"
Hi! Thanks for the report. The issue is that `armv7l-unknown-linux-gnueabihf` isn't enabled by default in the `rustler_precompiled` library, so the solution would be to add it to the list of...
** (RuntimeError) precompiled NIF is not available for this target: "armv7l-unknown-linux-gnueabihf"
Hi! This issue is fixed by https://github.com/martinthenth/uuidv7/pull/62, and I'm going to release this change as `v1.0.0` probably this week.
Hi @davorbadrov! Thanks for your PR. I am interested in knowing more about the use-cases and whether they fit in the existing features (like an array of strings)
Thanks for the example, it is an interesting use-case and worth implementing! I'll take a look at your code when I have some time
Looks good to me! Thanks for your contribution!