rendaw
rendaw
The following doesn't compile: ``` public class ThingA { public ThingA(int a) { class Inner { public int red() { return a; } } } } ``` ``` [ERROR] *...
When starting a fiber, I get the error `Fiber class com.my.Klass$XXFiber has not been instrumented.` I got this error using the maven agent snippet in the docs, as well as...
Related to https://github.com/moditect/moditect/issues/11, the create-runtime-image goal also fails if the output directory already exists. As it is you need to clean for the build to complete: ``` [ERROR] Error: directory...
I got the error ``` [ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.Beta2:create-runtime-image (create-runtime-image) on project shoedemo: Execution create-runtime-image of goal org.moditect:moditect-maven-plugin:1.0.0.Beta2:create-runtime-image failed: Execution of jlink failed -> [Help 1] ``` with...
Is there any way to determine if a parsed time was ambiguous when doing local parsing? AFAICT that data is all internal. Could strict/local possibly be turned into parse options...
My use case is I have http routes like `/a` `/b` in the trie, and there are some dynamic routes like `/z/*` where I want to find the handler for...
Is db.Close() optional? My main concern is if panic could lead to a corrupt database.
I'm not sure why and I might be wrong, but the following fails to compile: ``` public class ThingA { void somefunc() { new ArrayDeque(); } } ``` produces the...
I looked around to see if this was addressed somewhere but I'm afraid I don't know what to call this feature in the first place so searching was difficult. With...
This project is awesome, and I was looking where to put the files on Debian and came across this by chance: https://cryptsetup-team.pages.debian.net/cryptsetup/README.gnupg.html (and https://cryptsetup-team.pages.debian.net/cryptsetup/README.gnupg-sc.html). It seems like (on Debian at...