You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want an utility to convert UUID to ULID and found ulid-rs-py, but was surprised by its API.
The from_uuid function takes str as input, instead of UUID.
UUID is a standard type in Python, it should be supported out-of-the-box.
The text was updated successfully, but these errors were encountered:
I want an utility to convert UUID to ULID and found
ulid-rs-py
, but was surprised by its API.The
from_uuid
function takesstr
as input, instead ofUUID
.UUID
is a standard type in Python, it should be supported out-of-the-box.The text was updated successfully, but these errors were encountered: