Spencer Park
Spencer Park
Hi tony, apologies for the late reply. Features like this are a bit tricky because from the perspective of the kernel there is no expectations on what front-end is in...
The openjdk implementation of the source code analysis actually makes no attempt to search for sources other than those in the installation's `src.zip` which is very unfortunate. _Including the jshell's...
This looks like an issue with the openjdk installation. I feel like I've seen similar things around certificates and openjdk while learning about getting all the docker stuff setup for...
Yes it is not the nicest workaround. I believe what is going on now is just waiting for a version bump in the debian package as it is only a...
Thanks for the report, this is an edge case I likely wouldn't have found otherwise. It seems that the [guava pom](http://repo1.maven.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom) declares the packaging type as `bundle` ([apparently for OSGI...
Hi guys, glad you've had good luck with the kernel so far! For loading jars the `%jars` line magic is what you are looking for. It takes a list of...
Great @TomMarvolo! @fangran1994 could I get a confirmation that this is working for you as well? If not please ask :) If all is good then we can mark this...
Hi @pavolloffay, there hasn't been too much activity here in the last little while purely due to lack of time for open source work; so something like a docker container...
Thanks for the issue and I'm glad you are finding the kernel useful! I spent a little while looking for some agreed upon mime type for java source code (including...
Thanks for the detailed report @IzzyIllari. This is indeed a bug. It's coming from the glob parser when the pattern contains a `*`. I would consider this error message a...