Moses Nakamura
Moses Nakamura
Problem ====== If a rename causes a collision in the renamed file, you can no longer compile the file. Scalafix does not deal with the collision gracefully. Proposed Solution =============...
@softprops, I remember you said that util-zk retrypolicies would need to be augmented to retry on configurable exceptions, but I don't remember which exceptions those were now . . ....
Trees are a pain to generate with scalacheck because scalacheck makes them too big. This means that folks who want to experiment with large trees have to build an ad-hoc...
## motivation 2.10 and 2.9.2 are not super backwards compatible, so it's a pain if a 2.10 version doesn't exist.
This more invasive approach (compared to #121) lets us delete a lot of code. I think it's a matter of taste whether it's better or not, but I figured this...
On master ``` [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /Users/moses/projects/ch.vorburger.exec/src/main/java/ch/vorburger/exec/MultiCauseIOException.java:[41,33] non-transient instance field of a serializable class declared with a non-serializable type [INFO] 1 warning [INFO] -------------------------------------------------------------...
Problem ====== MDC is a useful way to inject pertinent context into log messages. But the current design makes it challenging to work with intra-service propagation solutions, like OpenTelemetry's [Context](https://github.com/open-telemetry/opentelemetry-java/blob/main/context/src/main/java/io/opentelemetry/context/Context.java)...
Problem ======= We've been using LogbackMDCAdapter, but recently found that it's copying around a lot of hashmaps. We're currently trying out LogbackMDCAdapterSimple, ~~and it seems better~~ and we found that...