Adam Johnson
Adam Johnson
It gets pulled from the comment here: https://github.com/clap-rs/clap/blob/master/examples/demo.rs#L3
Attempt at fixing #970.
### Description Support: ```py async with time_machine.travel(...): ... ``` For completeness, since async function decoration is supported.
Fixes #799. This needs further testing to check whether the issue from #400 is fixed in the core agent or if it needs handling here, by changing the formatting to...
Originally attempted back in #368 but the change was reverted in #400. On Python 3.12, `datetime.utcnow()` now triggers this warning: > DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in...
### Description A quick check with Claude shows some missing new metadata: > Comparing the AWS docs with the package, here are the metadata categories available in AWS but not...
### Description Like https://medium.com/@technige/what-does-requests-offer-over-urllib3-in-2022-e6a38d9273d9 Fewer dependencies and easier to understand. The main user-facing change will be in the `session` argument.
Made these version changes: 1. Drop EOL Python versions 3.7 and 3.8. 2. Add Python 3.13. 3. Drop Django 3.2, 4.0, and 4.1. 4. Add Django up to 5.2 (currently...
Hi! Thanks for building this tool. I'm evaluating it for a client. I browsed the repository to figure out how the charting is done, and found the JS bundle file,...