-
Notifications
You must be signed in to change notification settings - Fork 257
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
Handling for query or url params in qp/to #638
Conversation
Found 1 changed notebook. Review the changes at https://app.gitnotebooks.com/AnswerDotAI/fasthtml/pull/638 |
Will this break for path params with a |
@jph00 I've added a test for that now; please double check the new test to make sure that's the behavior we should be expecting! |
I would expect to be using |
@Isaac-Flath just making sure you saw my comment above. |
@jph00 I think this looks good now - What do you think? |
It's not perfect, but it's a fine start so I'll merge and we can discuss improvements. |
name: Pull Request
about: Allow qp (and therefore
.to
method) to handle params with?a=1
or/a
situationstitle: '[qp improvement] '
labels: 'enhancement'
assignees: 'isaac-flath'
Related Issue
Please link to the issue that this pull request addresses. If there isn't one, please create an issue first.
Proposed Changes
Allow qp (and therefore
.to
method) to handle params with?a=1
or/a
situationsTypes of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply:Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.