Jeremy Gustie
Jeremy Gustie
There are a number of `Stream` related stack frames that could probably be collapsed, in particular I'm thinking of `java.util.stream.AbstractPipeline`, `java.util.stream.ReferencePipeline` and `java.util.stream.ForEachOps`. Even if that isn't acceptable for general...
I have been going over the specification and I have a few minor things I was hoping to get clarification on. The checksum qualifier doesn't have a formal restriction on...
I was having a hard time getting my project to run correctly when built with this plugin, in particular I could not get log4j initialized correctly. I noticed the following...
Having a `std.parseUrl(str)` that returns a JSON object with "scheme", "host", "path", "query" and "fragment" fields would be useful for generating configurations where some applications accept parts of the URL...