Florian Wagner
Florian Wagner
Since trio seems to be growing support for the Linux specific io_uring including its async disk I/O features, what about POSIX aio support? To might knowledge only FreeBSD (and possibly...
There's probably a few things I want to do in shell scripts that could benefit from being simplified through the help of a modernish module but also are not common...
Hypothetical code, but not very far from my use case: ```python from chardet.universaldetector import UniversalDetector with peekerator(bytestream) as (peek, bytestream): detector = UniversalDetector() async for chunk in peek: detector.feed(chunk) if...
I've stumbled on (what seems to me like a) bug while playing around with CalDAV ACL on SabreDAV 4.0.2 and earlier. Setup is an unmodified `examples/calendarserver.php`. Step by step: 1....
Since on Unix platforms `Path::Class::File::copy_to` uses `system()` to run `cp` handling (or even logging) copy errors is impossible in my daemon: The `cp` writes it's error messages to a stderr...
#### New package Yes, it's a theme but might be of interest anyways: Claws-mail comes with a internal theme of raster icons and will not scale these, resulting in very...
### PyPI Username `wagnerflo` ### Reason for request Lost access to email address: Switched from `@wagner-flo.net` to `@wagner-flo.de` last year and forgot to change the e-mail on PyPi. ### Recovery...
[`src/lib/detect.ts` line 144](https://github.com/umami-software/umami/blob/503a1f740c0111cc0034228ca6f21809743130f1/src/lib/detect.ts#L144) tries to remove of a port possibly contained in the client IP string (extracted from potentially a header) by simply splitting on `:` and returning the first...