-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support short UUID in Ramsey bridge #2191
Comments
It's really easy to add this in one's own project no? Not sure we need to add this to core. That said, if you read this please add 👍 on the issue if there's enough people we may consider it :). |
we can't implement this, because this test not working :
|
Would love to take that one. Any idea how this should be configured? I'm guessing it should be an opt-in configuration option? |
We can't implement this yet because an invalid uuid doesn't throw on the upstream library. see related links, mb you can try to patch there first |
Oh good to know, I'll see what I can do. Thanks @soyuka |
We could add rudimentary support in the Ramsey UUID normalizer for the short UUID variant: https://packagist.org/packages/pascaldevink/shortuuid
The text was updated successfully, but these errors were encountered: