MeFisto94
MeFisto94
You guys have to adjust the -i parameter of rtl_power. For instance in the examples, -i 100 was specified. This means that every 100s the datapoints are written into the...
Was also going to report this issue, but not on the UI level but the nuget pkg/decompiler settings class. I don't know if IL is preserving attribute order and this...
https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.isreadonlyattribute?view=net-5.0 is certainly something I am also affected by, decompiled classes just have that annotation on some private structs especially, which causes issues when trying to recompile because: `[CS8335] Do...
Re: > Java programs have assertions turned off by default > it is the original reason why these were assertions I also think that it depends a lot on the...
See https://github.com/MeFisto94/csdr/tree/improve_arm_detection for an idea of how such a detection could look like (but it's not tested on all raspberry pis yet, so minor adjustments might have to be made)
This isn't the case, but: ```java Calling pack200(/usr/lib/jvm/java-11-openjdk-amd64/bin/pack200) on /home/marc/Dokumente/02_GIT/sdk/build/installer/nbi_all/ext/infra/build/products/helloworld/build/temp/jmonkeyplatform/libs/jme3-testdata.jar to /home/marc/Dokumente/02_GIT/sdk/build/installer/nbi_all/ext/infra/build/products/helloworld/build/temp/jmonkeyplatform/libs/jme3-testdata.jar.pack.gz [package] [package] Warning: The pack200 tool is deprecated, and is planned for removal in a future JDK release....
Should be fixed in efd8093, but I guess this shouldn't be the problem because I tried to build it locally. I should be part of TestData since a few versions...
So I've did some more investigation, I actually spent a whole workday on this, but couldn't get any progress. The problem comes from the subprojects not doing/having sources/javadoc artifacts, at...
Note: This also affects the ability to create an example/tests project, which is however something the engine should support without the SDK anyway
We could use the github actions run id at least for the last version part (we just need to check how to do this with ant). This doesn't help that...