Chris Rogus
Chris Rogus
I'll take a PR for it if that is all it takes
Sprache is unlikely to get updated soon for this, but we can watch for it: https://www.nuget.org/packages/Sprache In the meantime, the only risk here is if you put malicious text into...
I am also curious about the author's and contributors' thoughts on this. My own thought is that the login script ought to include 2 additional steps: 1) generate a session...
Using a file in a system tmp dir for locking would probably be better. There are also examples of that approach on the stackoverflow page that @zhedar linked to above.
I am able to run the jar directly after building from source in linux (ubuntu derivative elementaryOS), with no error about the main class, everything works as expected: java -jar...
Still experiencing this (windows 10). Cerebro is a great concept and I really want this to succeed, but it won't if it takes more than 6 months to fix a...
I did make this change as it sounds appropriate (I can imagine an app changing the current directory before loading this and ending up in the wrong place anyway). That...
The workaround is indeed to use mkcert and some local proxy. The documentation needs to be updated to show that trunk actually already supports this use case, but the feature...
Hmm, I can reproduce it every time in my win11 WSL ubuntu, but I don't have a mac to test on. ``` chris@rzr-bl16-2023 ~/git> dx new ✔ 🤷 Which sub-template...
Oh and to be clear: your fail-repro repo does NOT panic for me either. So something is clearly different in the way that was setup.