-
KSUID seems to have second precision and not ms/ns precision because of which id generation is shuffled for the same minute.
TS : 2024-11-04T18:02:07.026Z - id : `2oOayA9mfiFdFG4M1brPu3rfO0X`
…
-
We've already got validators for other types of UID (UUID, ULID, CUID etc.), so rather than having to use a regex when working with KSUIDs, it would be nice if we had the same experience:
```ts
co…
-
Hi,
I just used the original Go implementation to create a KSUID and I got:
1GZvgyPvVmuiQMTuzkEtKSogs2V
The Java implementation gave me:
COH2CXgKpgJ9Bvn8SF1xUa9CeTt
The timestam…
-
Hi,
I would like to check if this approach is correct:
```
id := &ksuid.KSUID{}
id.UnmarshalText([]byte(IdStr))
```
-
Hey there
The README states this:
> In short, running a set of KSUIDs through the UNIX sort command will result in a list ordered by generation time.
I have the following code:
```go
func…
-
### Is your feature request related to a problem?
Many projects chose to use KSUIDs. KSUID is for K-Sortable Unique IDentifier:
- Naturally ordered by generation time
- Collision-free, coordination…
-
### Is this feature request related to a new or existing Amplify category?
api
### Is this related to another service?
DynamoDb
### Describe the feature you'd like to request
It would be great if…
-
On the Linux command line and in PostgreSQL, ksuids do _not_ sort properly.
1. `2SmasRGkif9qETAHwssB4GGYwdi `can be converted to the timestamp `2023-07-19 04:13:36 -0400 EDT`
2. `2STcKMQ7MGgoDxpX9…
-
A domain is "essentially a data type with optional constraints". You can think of them as type aliases. By using a domain, you can easily create custom types. For example, here's how you could create …
-
Howdy folks! I'm writing a plugin to create a prefixed KSUID and I'm running into an issue:
```rust
Error: error returned from database: no binary output function available for type pksuid
Caus…
Fyko updated
11 months ago