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
There's already a Types::UUID type, but it builds on UUID::Tiny, while Attean uses the more advanced Data::UUID, and I suppose it might not be a good thing to change that.
It is a nice to have feature, it generates a urn:uuid: URI, but I'm not sure how we should best do it. Attean could have its own Uuid type, I suppose, and add a coercion between that and @tobyink 's type. Or it might be better solutions. Possibly worth discussing.
The text was updated successfully, but these errors were encountered:
Data::UUID and UUID::Tiny pretty much do the same thing. Data::UUID might be a little faster because it's XS, but I really doubt UUID generation is a performance bottleneck for many real life apps.
There's already a Types::UUID type, but it builds on UUID::Tiny, while Attean uses the more advanced Data::UUID, and I suppose it might not be a good thing to change that.
It is a nice to have feature, it generates a
urn:uuid:
URI, but I'm not sure how we should best do it. Attean could have its ownUuid
type, I suppose, and add a coercion between that and @tobyink 's type. Or it might be better solutions. Possibly worth discussing.The text was updated successfully, but these errors were encountered: