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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Hi! Currently filters (.eq, .gt etc.) only take strings. Would it make sense to also accept other popular types, or even make the conversion pluggable?
I'd love to see numbers and UUIDs supported too. Would it make sense to just convert them to string in sanitize_param?