-
Notifications
You must be signed in to change notification settings - Fork 1
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
Design issue on longer routes #19
Comments
This is still an issue if your route has a ton of query params. We have this method in Lucky
We can either build one manually and update later after Lucky gets that method, or wait for Lucky to get it... |
Some routes can get super long. We need to account for those. Maybe just truncate it after a certain length?
The text was updated successfully, but these errors were encountered: