Elias Probst

Results 22 issues of 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...

๐Ÿž bug

**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...

๐Ÿž bug
๐Ÿ“ฑ UI / UX

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...

enhancement

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.: ```...

bug

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,...

httpclient

**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...

๐Ÿž bug
๐Ÿ“ฑ UI / UX

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...

๐Ÿž bug

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....