Johannes Wegener
Johannes Wegener
For me is also one folder not synced and this is a folder that is also synced with another app. It is all small letters - so it has nothing...
If it is of any interest I used the owncloud version of this plugin and didn't have the issue for me.
@zpv it is not possible to activate your plugin... but if just updating the base helps maybe @icewind1991 should consider this?
I think the problem is commit 03ba610c21197453800d8f805a1e29f55c98f4e8 - for some reason it helps to put everything to lower case.
When will this be released? It seems this line is in the minted.sty: ```latex % a-Shell/iOS change: need "sh -c" for && to work \ShellEscape{sh -c command -v #1 &&...
I added something like this: ``` [~/Documents/5g_project_documentation.git]$ cat ~/Documents/bin/command #!/private/var/containers/Bundle/Application/FC9B86B0-A0BD-4808-8924-53D3CB9ADB00/a-Shell.app/bin/sh command=$2 found_command=$(which "$command") if [ -n "$found_command" ]; then echo "$found_command" exit 0 else exit 1 fi [~/Documents/5g_project_documentation.git]$ ```...
I had the same issue removing the `index.html` helped
Same problems here on Linux. Spyder messes with my custom set environment variables and destroys Qt's per screen scaling. It works as expected if commenting out this code: https://github.com/spyder-ide/spyder/blob/bbefcebd48a93cd08f2f17be86d3ce7478e5130f/spyder/app/start.py#L98-L107 It...
The reason is simply that the cloudnative operator does not know about these two metrics. It looks them up in https://github.com/cloudnative-pg/cloudnative-pg/blob/af56bb29ef230a59bd3ef90d8be34e5af161a466/pkg/management/pgbouncer/metricsserver/lists.go#L46 So would guess it is not problem - just...
What is the state with this? The PR looks quite good