Pespinho

Results 4 comments of Pespinho

Hi all, I don't know if this is helpful, but I like to use ScottPlot for plots and charts. Official Site: https://scottplot.net NuGet: https://www.nuget.org/packages/ScottPlot/

My theory is that the problem could be in: `ImmersiveEngineering/src/main/java/blusunrize/immersiveengineering/common/util/compat/computers/generic/impl/MultiblockCallbacks.java` because `setEnabled()` expects the parameter `env` to have a type of `CallbackEnvironment

I also see the the method `isRunning()` triggers the same exception and my theory would also apply to it.

Hello mayuki, would that be possible to escape numeric arguments by putting them inside of parenthesis? For example: In `./myapp --foo (-123) --bar` -123 would be an argument, but in...