David Beaumont

Results 85 comments of David Beaumont

That would be doable in the way I stated, you just need to NOT do formatting via the default mechanism when you get a resource key. Your backend will have...

Hmm, I've been thinking about this more and I think that having the backend know about the resource bundle makes less sense than I originally thought (since if you did...

I have a question for you. Do you expect users of your library to be able to change settings in their Java environment as part of using your library, or...

In this case I think the best approach would be to make you own fluent logger subclass to control how resource bundles are loaded and then you can pass a...

Thanks for the question. Flogger is maintained, though we've not had time to really work on the open-source docs experience, so I understand why it might appear like there's not...

If people think all we need to fix is indentation and internal spaces, I'm skeptical it's worth doing anything at all. Some of the CLDR code is hard to read...

> > Ignoring the time/complexity in setting up a standard formatting policy and tools, are you saying you conceptually _object_ to standardizing on a format and reformatting the code to...

License info from https://github.com/PyThaiNLP/pythainlp/blob/dev/README.md --> https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/corpus/corpus_license.md

Flogger is JDK 7 currently. https://github.com/google/flogger/blob/master/api/BUILD#L42 which is exactly why I had to avoid using `ThreadLocalRandom` when I wrote that code.

Weirdly not, despite the initial JavaDoc saying so (many methods are individually listed as 1.8). https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadLocalRandom.html Basically I originally wrote it with TLR and it didn't compile, so I switched...