scottsue
scottsue
No problems. Let me know if I can help out with anything else
Do you have hidden files in your directories? For example .DS_Store files
Hi @hagbard, appreciate your insight on this. Makes complete sense as my default would be to favour immutability over caching of objects as well. Flogger does a great job of...
@breedx-splk correct, unfortunately not a reliable way. However `AnchoredClock` does look to attempt to get a close approximation of this. So my thoughts was to perform something similar when calculating...
I was just playing around to see how this could work and I created my own version of JavaVersionSpecific. The implementation requiring the following ```java private static final NanosecondClock SYSTEM_EPOCH_NANO_CLOCK...
The implementation of the NanosecondClock is something that I had to hand quickly internally. However after using this, I suspect that creating a static AnchoredClock could work.