Jake Howard
Jake Howard
Except `Directory`, as there's no async-compatible `glob` implementation ## Description Use `tokio::fs` when interacting with the filesystem. ## Motivation and Context This frees the event loop up for doing other...
### SDK version N/A ### Relevant provider source code N/A ### Terraform Configuration Files N/A ### Debug Output N/A ### Expected Behavior When an argument is marked as deprecated, it...
When managing rooms, it's useful to be able to purge the room history to reduce storage consumed by Synapse. It'd be great if it were possible to do this through...
This is a proposal for adding a background workers interface to Django, to better facilitate developers (both working with Django and library maintainers) moving certain tasks from their web processes...
**What did you do?** When listing data sources to scrape only specific databases on a single postgres server (I'd use autodiscovery, but that looks deprecated), the `pg_stat_*` metrics include all...
This adds packaging configuration, and deploys it to PyPI under [`django-http2`](https://pypi.org/project/django-http2/) (which I've already done for my fork). I'm planning to add some additional features and tests to this package...
Running RQ as an unsupervised background process is dangerous, as there's nothing monitoring its availability. Instead, it should either run as a separate container, or use a proper process manager...
Previously, `linuxunplugged.com/json` emitted a JSON feed. At some point recently, this stopped being true, and instead it redirects to `feeds.jupiterbroadcasting.com/lup`, which is an XML RSS feed. This makes sense as...
Try searching in just `libraries/` in the project root. I assume this is what the existing `libraries` entry is for, but this ends up resolving to `libraries/libraries/`, which feels wrong,...
Add a new importer, developed internally at Torchbox for a client project. The benefits here are: - Less code, which is easier to follow - Performance improvements - Expose possible...