jkhsjdhjs
jkhsjdhjs
The course Theoretische Informationstechnik 1 contains https://engage.streaming.rwth-aachen.de iframes, which aren't downloaded. They are contained in the intro property of the respective assignment object: ```json { "id": 16842, "fullname": "Theoretische Informationstechnik...
Users who have colons/spaces in their znc passwords aren't able to connect with some clients anymore, e.g. [hexchat](https://github.com/hexchat/hexchat)/[mutter](https://www.mutterirc.com/) This is caused by the clients as they are just sending `PASS...
What are the steps to reproduce this issue? ------------------------------------------- 1. install the git version of [libusbmuxd](https://github.com/libimobiledevice/libusbmuxd) 2. connect your iPhone via USB, make sure sshd is up and running 3....
I'm using `spotifyd` while storing my credentials in my KeePassXC database, which has a SecretService implementation. KeePassXC has been updated recently and now supports prompting the user to confirm access...
**Describe the bug** When opening a new text document (`.md`), which was never written anything but empty text to, the encryption header will be shown instead of an empty document....
Is it possible to add support for modifying files directly inside archives just like vim allows one to? I would find that very useful for ZIP archives.
Sonarr/Radarr strip special characters from search requests, which has been a long-standing issue since this causes many search results to be missed if series titles contain special characters. Apparently this...
The readme currently gives an exemplary pipewire config using the filter-chain module, which really helps when setting this up. The filter chain simply listens on the default source, which might...
In aiohttp 3.9, the dict `_resource_index` is added to the class `UrlDispatcher`, that is used when resolving handlers: https://github.com/aio-libs/aiohttp/commit/2a3eaa11dc2f8e6150eede9337182f273e14c20a This should be kept in mind when using maubot with aiohttp...
According to the documentation, anything can be used as a `Rule` endpoint: https://werkzeug.palletsprojects.com/en/3.0.x/routing/#werkzeug.routing.Rule > The endpoint for this rule. This can be anything. A reference to a function, a string,...