Volker Berlin

Results 22 issues of Volker Berlin

It will be nice if the next release of OpenJpeg can also support OSX on the ARM (M1) platform. I think the future Macs will run on ARM chips instead...

**Is your feature request related to a problem? Please describe.** I had a build error only for JitPack for a month. But the badge for Jitpack was always green. My...

I receive a javax.net.ssl.SSLProtocolException: Connection reset by peer (Write failed) with Java 11 and also with Java 12-ea. It look like that Java 11 and newer can not communicate with...

hacktoberfest

**Version:** 1.46 **Error:** ``` java.lang.StackOverflowError at mockit.internal.faking.FakeClasses.getFake(FakeClasses.java:53) at mockit.internal.state.TestRun.getFake(TestRun.java:129) at mockit.internal.faking.FakeInvocation.create(FakeInvocation.java:30) at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java) at mockit.integration.junit4.FakeRunNotifier.fireTestStarted(FakeRunNotifier.java:59) at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java) at mockit.integration.junit4.FakeRunNotifier.fireTestStarted(FakeRunNotifier.java:59) at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java) at mockit.integration.junit4.FakeRunNotifier.fireTestStarted(FakeRunNotifier.java:59) at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java) at mockit.integration.junit4.FakeRunNotifier.fireTestStarted(FakeRunNotifier.java:59) at org.junit.runner.notification.RunNotifier.fireTestStarted(RunNotifier.java) at...

Reference Types are now default in WABT. But in the nightly build of wabt.js it does not work anymore for parseWat. I receive the follow error multiple times: ``` test.wat:41:22:...

The current compiler of Wasm code to native machine code does not have optimizing like the JIT in Java. This means there is no code optimizing like the inline of...

enhancement

There should be the option to customize the error or warning behavior of the compiler. | Possible problem | description | | ----------------------- | ------ | | native Methode |...

enhancement
good first issue

The Java JIT can optimize the code to use Tail Calls. WebAssembly does not have such a JIT. That this optimizing must occur on compile time. In our case in...

enhancement

With Web-Workers it is possible to access a WebAssembly from multiple threads. For this we need to implements also synchronized. Currently the synchronized code will be skipped from JWebAssembly at...

enhancement

It look like that WASP implements currently milestone 2. This partly incompatible with milestone 3. https://docs.google.com/document/d/1DklC3qVuOdLHSXB5UXghM_syCh-4cMinQ50ICiXnK3Q/edit#heading=h.9dwoku9340md