NicolasGoeddel
NicolasGoeddel
> This is not possible on Android 11, OneUI 4.0, Samsung S21 Ultra. I do not own a Samsung S21 Ultra but after a quick google search you should find...
Since a few days my autoupload functionality for photos and videos is broken and I don't know why. I recently added an other autoupload setting for uploading Signal backups and...
> A workaround for this is to add the following (via the Custom CSS app): > > ```css > .splitpanes__pane.splitpanes__pane-details { height: auto; } > .splitpanes__pane.splitpanes__pane-details .app-content-details { height: 100%;...
Since 2022.09.20.08.41 (or 3.28.2946) Wire does not hang anymore when pasting an image into the input field. I don't know what you've changed but before I always had to wait...
Everytime I use Threema Web the whole browser hangs for several seconds repeatedly. about:performance says the Threema tab needs 455 MB, but about:memory shows that Threema Web consumes over 1...
This happens to me quite often because I have pinned the Threema Web tab in Firefox and I only close it if I have to restart my system which usually...
The regular expression used to match the password is this one: https://github.com/NagVis/nagvis/blob/142c26500192f18ef8b38a7aa7c69ebc49d8f183/share/server/core/defines/matches.php#L34 I just stumbled upon the same issue with the charater `'`. I just tested `*`, but it works....
I've got the same issue here on CentOS 8 with nagvis in version 1.9.29 with `dot` installed in `/bin` and `graphvizpath="/bin/"`. Even the error message shows the `/bin/` path.
After wrapping the `exec` call into a `var_dump` I see this: ``` string(30) "which: no /bin/dot in ((null))" ``` So it seems that `which` has no environment in which it...
I stumbled on a similar issue here. I have a field index `myIndex` and depending on the portal_type I sometimes add a list of strings to it and sometimes just...