Georg Sauthoff
Georg Sauthoff
Running the asynctest unittests under Python 3.9 yields a bunch of test case failures. Example: ``` ====================================================================== ERROR: test_patch_generator_with_multiple_scopes (test.Test_patch_decorator_coroutine_or_generator_scope) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/asynctest-0.13.0/test/test_mock.py", line 1650,...
Following the basic [pelican setup](https://mcss.mosra.cz/themes/pelican/#basic-theme-setup) one ends up with this configuration item: ``` M_CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600', '/static/m-dark.css'] ``` With that setup, a visitor's browser is sending the currently visited page...
Being able to attach a timestamp to notes is quite useful. Currently, I can't see any way to configure the date/time format of the inserted timestamp. On my Nexxus 5x/Android...
Travis-CI announced it some time ago and dot org page currently reads: > Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com....
I've got some requests for getting dracut into the Fedora repository. Status quo: there is a Copr repository that also provides Fedora packages (cf. link in the README). Of course,...
Example: seq 1000 1000000 | jp -input csv -x '[*]' -type hist -bins 15 When my terminal is wide enough then the 15 intervals are correctly included below each bar....
**App version:** 1.6.1.2 (from Google Play **Android version**: 7 (Android N) **Device model**: Nexus 5x **Expected behaviour**: Being able to edit the feed URL of an existing subscription **Current behaviour**:...
When wrapping a handler that supports HTTP Range-Requests (e.g. `http.FileServer`), gziphandler relays them as-is, thus violating the HTTP standard and breaking clients. That means, currently, gziphandler compresses ranges returned by...
The new text keyword was introduced in pytest_httpx 0.14, deprecated in 0.14 and 0.17 and removed in 0.18. Thus, an appropriate constraint to that dependency is added. FWIW, this fixes...
The pdftk tool has this [multibackground](https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-multibackground) feature for merging (i.e. not concatenating) 2 PDF files. Besides adding a real background to a PDF this is also useful for adding a...