snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

The Snowflake generator done right.

Results 2 snowflake issues
Sort by recently updated
recently updated
newest added

Hiya, I made some improvements to the typing along with updating the module to follow PEP best practices such as using `__all__` in the `__init__` file & not shadowing variable...

Hey, nice implementation of snowflake IDs! 🙌 Thought I'd throw in some `mypy` support. - Renamed the import of `datetime` to `dt` to fix `datetime()` property scope conflict - Added...