Results 6 issues of Ronaldo Ferreira

Is there a way to predict lightning storms? ...or are they random within heavy rain hours?

Not an issue, just want to inform that the **puid** format was added to my ID parser/debug CLI tool: [uuinfo](https://github.com/racum/uuinfo)! 🎉 Please have a look, and report the bugs you...

From the README: > We are looking for community contributions to implement TypeIDs in other languages. I don't have a new implementation, but I added TypeID to my ID parser...

Hello, I developed a CLI tool to parse and debug IDs for various formats called **uuinfo**: https://github.com/racum/uuinfo In the last version (`0.2.1`) I added support to **Frostflake**, like this: ```...

The crate [time](https://crates.io/crates/time) has a [security issue](https://rustsec.org/advisories/RUSTSEC-2020-0071.html), fortunately updated long ago, and since I was already there, I also updated the others crates for good measure. **Context**: I got a...

I’m getting wrong ID lengths when running via Docker. Here is how to simulate my setup: ```shell $ docker run -it node:alpine sh / # mkdir /usr/app / # cd...