issues Search Results · repo:trustpilot/python-sanicargs language:Python
Filter by
7 results
(84 ms)7 results
intrustpilot/python-sanicargs (press backspace or delete to remove)The abort function imported from sanic here
https://github.com/trustpilot/python-sanicargs/blob/78f2cdccc959dcf5d301ceee669db8606b35b261/sanicargs/init.py#L9 was
deprecated some time ago and removed with ...
gluap
- 2
- Opened on Jan 18, 2022
- #17
If I see it correctly, I can t parse float parameters. Is there a reason for this, or was it just an oversight not to
add that?
opatut
- Opened on Nov 30, 2021
- #16
With the newly added parse_parameters decorator, the logic assume that GET request has query parameters only and POST
requests has body parameters only.
Based on comments from @sloev we believe it wouldn ...
sallas
- Opened on Dec 21, 2020
- #15
After the switch to poetry only sanic version =18.12, 19.0 is allowed.
Error from poetry when trying to install sanicargs with sanic 19
[SolverProblemError] Because sanicargs (2.0.0) depends on sanic ...
sallas
- 1
- Opened on Mar 26, 2020
- #12
if we use dateutils (pip install python-dateutil) we can parse datetimes better:
parser.parse( 2018-12-21T08:35:01.0999+07:00 )
datetime.datetime(2018, 12, 21, 8, 35, 1, 99900, tzinfo=tzoffset(None, ...
sloev
- Opened on Dec 21, 2018
- #5
I can see here : https://github.com/trustpilot/python-sanicargs/blob/master/sanicargs/init.py#L60 that naming the first
args request is mandatory.
What do you think about checking that the first args ...
enhancement
RemiDesgrange
- 7
- Opened on Feb 13, 2018
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.