Ewan Higgs
Ewan Higgs
freezegun is a super common library used for testing and basically indispensable. But it seems when working with dacite, it can run into issues. As follows: ``` >>> from freezegun...
When using non-blocking IO it's often useful to have only a small number of threads handling the actual IO. Reduced resource use is one of the purposes, afterall. AIUI, AHC...
If I run Python 3.8.5 with the following arguments to find issues: ``` PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python3 -W default -X faulthandler -mpytest ... ``` Then I get many warnings about unclosed...
As a developer working with distributed systems, I use a task queue to make some work asynchronous so that long running tasks do not block the web server threads. To...
**Is your feature request related to a problem? Please describe.** As an admin with backed up queues I would like SCHEDULED tasks on the Task page so that I can...
**Is your feature request related to a problem? Please describe.** `worker/#tab-tasks` might need to be paginated since it could have thousands of results. **Describe the solution you'd like** Pagination or...
The linter won't pass cleanly now, but will be good to have a report which can be used to see the relative health of new PRs. Fixes #97
To improve confidence in contributions, make github actions that build the code and also run golangci-lint.
Reproduction: Build examples using `cargo build --release --features gtk_3_10` on OS X El Capitan. Observed: ~75% cpu usage (and 45M resident memory use) as seen through `top -o cpu` Expected:...
> [In CSS, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A0 and higher, plus the hyphen (-) and...