Brian Vella

Results 8 comments of Brian Vella

For clarity, I am trying to get an existing react project working with preact. I encountered a number of typescript incompatibilities as described in #1930 and attempted to fix them...

Incorporated https://github.com/preactjs/preact/issues/2150#issuecomment-558622551

Added a pr that may solve some of these issues #2329

I encountered this same scenario. My situation is as follows: We have an annotation processor that that transforms code into continuations, providing async/await to java (https://github.com/ixaris/ixaris-oss/tree/master/commons-async/lib). This is causing this...

Hi @Godin, apologies for not replying earlier. The asynchronous transformer aggressively tries to reuse locals to reduce the size of the continuation. It is difficult to explain in a couple...

Hi @Godin and @marchof what do you think of the above approaches? I would like to stop using our internally patched version of jacoco once this issue is fixed.

I have encountered this warning as well. Comparing with the Jooq Plugin (https://github.com/etiennestuder/gradle-jooq-plugin/blob/main/src/main/groovy/nu/studer/gradle/jooq/JooqPlugin.java#L65), it seems that all you have to do to fix this is replace line 615 in AbstractFlywayTask...