comp500

Results 280 comments of comp500

Hmm, this does seem to be a common issue that new users encounter. The flag you suggested already has an issue created, at https://github.com/packwiz/packwiz/issues/31. It is documented on the website,...

I've realised I don't really have the time to maintain this project, nor do I have much use for it myself anymore, but thanks for the PR!

Oops... ignore the CI failure, it's trying to publish a snapshot build despite not having the necessary credentials. I wonder if it would make sense to use a timeout by...

Hmm, that's strange... try updating/reinstalling Java? Make sure you're not using the headless JDK/JRE.

Other than the aforementioned NONREPARENTING env variable, I don't know. There is an issue on the Sway repository that might be helpful: https://github.com/swaywm/sway/issues/595

Another user has successfully used `_JAVA_AWT_WM_NONREPARENTING=1` on Sway - this workaround seems to still work in modern OpenJDK builds.

It looks like JetBrains has managed to fix the root cause of this issue in JetBrains Runtime with [this patch](https://github.com/JetBrains/JetBrainsRuntime/commit/54561c5f1969bc60e46909e221652631931d842e); you can try this JDK fork at https://github.com/JetBrains/JetBrainsRuntime I hope...

Hmm, I don't think it's a good idea to allow two external/internal files to "download" the same destination file (if they aren't mutually exclusive). Being able to attach update metadata...

Are you using Git to share files? You'll want to [turn off line ending conversion](https://packwiz.infra.link/tutorials/creating/git/) so that both systems calculate the same hashes, and make sure you're using an editor...