Open Issues Need Help
View All on GitHub ToStringIdentifier is inefficient about 1 month ago
enhancement help wanted
Discord-like implementation of highly optimized decentralized, K-ordered unique IDs in .NET.
C#
#decentralized#discord#discord-snowflake#hacktoberfest#snowflake#snowflake-twitter#unique-id
IsSnowflake validation incorrectly rejects valid IDs 3 months ago
AI Summary: The task is to fix a bug in the FlakeId .NET library's `IsSnowflake()` validation method. The method incorrectly rejects valid Snowflake IDs because it requires the thread and process IDs to be strictly greater than zero, when zero is a valid masked value. The fix involves removing the unnecessary checks for `thread > 0` and `process > 0` from the validation logic.
Complexity:
3/5
bug help wanted
Discord-like implementation of highly optimized decentralized, K-ordered unique IDs in .NET.
C#
#decentralized#discord#discord-snowflake#hacktoberfest#snowflake#snowflake-twitter#unique-id