Ingwie Phoenix
Ingwie Phoenix
BTW, reported version is `Version: 1.33.1+282fe274`. I did install the MSIX, it auto-opened the app, and that is what I used to test.
Had to re-install it; Windows complained about the installed version being equal. So I opted to un-install my current version, re-install, re-add my key and add my own relay then....
If I was a maintainer, I'd ACK. This'd be neat for GDPR compliance, of sorts, and can easily be advertised by relay documents. 👍
"Command not found" error when running a batch script with space in path with an argument with space
`code (echo $runtime:effective-rc-path | to-string)` worked, but I am sure there is an easier method than that...
"Command not found" error when running a batch script with space in path with an argument with space
In all of your examples, none of your paths had a space. On Windows, my user name has one, thus, anything below my home folder, has a space in the...
"Command not found" error when running a batch script with space in path with an argument with space
I had been under the assumption that, even on Windows, `argv` is a string array; then again, even there, I used the regular `int main(int argc, char** argv)` entrypoint -...
"Command not found" error when running a batch script with space in path with an argument with space
So, to condense it down: Basically, `if windows` requires it's very own "shell escaping" to work around the implicit `cmd.exe /c` call? Hm... o.o Interesting. I'll triage around a little...
Good morning! Apologies; I added the thumbs-up while traveling and spent the weekend sleeping out a cold, so I did not have the time to write a proper reply. I...
@LuposX It should be; but I honestly haven't verified. Spin up a temporary container, you can even take away its network by setting the network driver to none. Pop the...
Never heared of that feature. Do you happen to have documentation of this function in english? Would love to dig a little deeper into SSO with PAM! :)