Adam Gent
Adam Gent
FWIW since I might steal @rbygrave simple YAML parser some day one could steal my JSON5 parser: https://github.com/jstachio/ezkv/tree/main/ezkv-json5 JSON5 is much nicer than regular JSON. It looks and feels similar...
Personally I have made all those points numerous times on reddit and surprisingly there seems to always be folks that just I think refuse to admit the faults (perhaps cognitive...
A couple of issues with me helping at the moment: * My Kotlin is rusty * JStachio hasn't really been tested with Kotlin. I assume it works but it for...
I'll just start by saying I'm learning myself. Yes sadly me the author of the library is not entirely sure best practices particularly in regards to HTMX. There are just...
@rob-bygrave @rbygrave I'm leaving this bug in for 1.4.0 for general documentation improvement including the `nulls` and other best practices. Let me know if you find any more non obvious...
What I recommend is that not only is there a flush but a reopen call like in my logging implementation: https://jstach.io/rainbowgum/#rolling and https://jstach.io/rainbowgum/io.jstach.rainbowgum/io/jstach/rainbowgum/LogOutputRegistry.html#flush() @pmwmedia I was actually quite surprised while...
> @agentgt Do you have implemented a benchmark to measure the different behaviors? If yes, I would be very interested in them. I have experimented a lot with logging benchmark....
@matejdro I think you can easily fix the threading issue and there appears to be a decorator for that. https://github.com/tinylog-org/tinylog/blob/f175d82cb9d65791941a439aea122a7a117c65b8/tinylog-impl/src/main/java/org/tinylog/writers/AbstractFileBasedWriter.java#L126 But it still is not very reliable if you are...
@rbygrave FWIW I use one of the following in my projects 1. https://github.com/revelc/formatter-maven-plugin 1. https://github.com/spring-io/spring-javaformat 1. https://github.com/diffplug/spotless All of the above are (or can) use Eclipse JDT (headless and only...
While the obvious might be to just keep track of resource names in a `Set` I still recommend some sort of maximum depth of `load.properties` as a failsafe.