Elias Probst
Elias Probst
**Describe the bug** I found a certain constraint violation (details below) in my server logs over and over again. It turned out to be caused by the Android Client trying...
**Describe the bug** When the number of items in a list fills the view to the very bottom of the screen without causing the view to be scrollable, the action...
Affects `fclones` `0.24.0`: I ran `group` on a huge collection of various files and then started to `remove` individual sub-trees of them, as I wanted to focus on a specific...
The parallel progress bar which shows the progress of the individual servers after creating them shows the name `โฆmaster-0`/`โฆworker-0` for all shown lines instead of the correct names, e.g.: ```...
When the API endpoint uses a self-signed/invalid/untrusted certificate, Pepper ignores this and connects anyway. Thanks to [badssl.com](https://badssl.com/) this can be easily reproduced by adding this section to `~/.pepperrc`: ```INI [tls-self-signed]...
How to reproduce: Implement a webservice with: `webserver.variant = "apache";` and `webserver.startupScript = "exit 1";` Even though `$service-$name-webserver-init.service` will fail now expectedly due to `exit 1`, `$service-$name-apache.service` will start nonetheless.
We ran into [an issue in SaltStack](https://github.com/saltstack/salt/issues/60908) with `curl_httpclient` when using a proxy and trying to download a binary file: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/salt/ext/tornado/curl_httpclient.py", line 497,...
**Describe the bug** When rotating the device, then rotating it back to its original orientation while editing the description of a card - the changes will get lost. Steps to...
Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** ๐ to show that you are affected by the same issue. Please don't comment if you have no relevant information to add! **Describe the bug** Steps...
Enhancement: Control via the var `sshd_socket_activation` whether SSH should run as a single permanent service or whether on each incoming connection request, a new instance of `[email protected]` should be spawned....