ImperatorS79

Results 175 comments of ImperatorS79

Tested today: 270 MB at start, 540 MB at the end.

> disable the installation checkbox in the container verbs panel when isVerbRegistered returns true for the given verb If a verb installation fails somehow, I would like to be possible...

We could add the verb to phoenicis.cfg inside a container: verb: [verb1, verb2]. what the verb ID looks like ? I would like this to be still readable.

How do I format the code correctly ?

Hum, I have currently a bug when I launch two times a script using this. The second time it cannot load the OpenGL library :/.

What should I use for the exception ?

Codacy is not happy due to `RuntimeException`. I also have an `IllegalStateException`. That code comes straight fro LWJGL start guide. I do not know what I should do here.

I am also interested if other people could test it by adding: ```js .preInstall(function() { const graphicsProperties = Bean("graphicsPropertiesFetcher").getProperties(); print(graphicsProperties.vendor); print(graphicsProperties.renderer); print(graphicsProperties.openGLVersion); print(graphicsProperties.vulkanVersion); }); ``` in the 7-zip script for...

Seems maven cannot find LWJGL on macos, but it should :thinking:.