flip111

Results 333 comments of flip111

Possibly a problem with upstream. I will cross-post there.

It's not just about declaring `Main.hs` in the cabal file. The source code of `Main.hs` is very much integrated with Bazel. Bazel is not necessary and should be optional. Also...

One hint is this https://github.com/github/semantic/issues/698#issuecomment-1503955816 where focus seems to have shifted of semantic. On the other hand new code is still being pulled in https://github.com/github/semantic/commit/7bd2ac252adfe867adc1f6e029f684615eef2161 I guess nobody commented because...

The normal Java GC does not give back memory to the OS. Try to use the shenandoah garbage collector. In my experience with other java programs it significantly uses less...

I edit the file `/opt/skylobby/lib/app/skylobby.cfg` changing the default ```ini [Application] app.classpath=$APPDIR/skylobby.jar app.mainclass=spring_lobby.main [JavaOptions] java-options=-Djpackage.app-version=0.9.28 java-options=-XX:+UseZGC java-options=-Xmx2g java-options=-XX:+ExitOnOutOfMemoryError java-options=-XX:+DoEscapeAnalysis java-options=-XX:+UseCompressedOops java-options=--add-opens=java.base/java.nio=ALL-UNNAMED java-options=--add-opens=java.base/sun.nio.ch=ALL-UNNAMED ``` to ```ini [Application] app.classpath=$APPDIR/skylobby.jar app.mainclass=spring_lobby.main [JavaOptions] java-options=-Djpackage.app-version=0.9.28 java-options=-XX:+ExitOnOutOfMemoryError...

I have this setting on, yet tabs are closing.

Sometimes it does work, not sure when it does or not does work. I'll take a closer look

Thanks @penguin-teal could you make a new release so that the extension can be turned on again?

Multiple times per day still

> the code block from the "`@cardano Packages`" don't have line breaks anymore so all the code is displayed in a singe ligne? Yes that's correct > Feel free to...