flakeid icon indicating copy to clipboard operation
flakeid copied to clipboard

Discord-like implementation of highly optimized decentralized, K-ordered unique IDs in .NET.

Results 1 flakeid issues
Sort by recently updated
recently updated
newest added

## Description The `IsSnowflake()` extension method, used by `Id.Parse()` and `Id.TryParse()`, contains faulty validation logic that rejects many validly generated IDs. The method checks if the decoded thread and process...

bug
help wanted