Valters Vingolds
Valters Vingolds
I am just reading typeclasses.html intro text, and am getting confused by the very first code sample: `def combineAll[A](list: List[A], A: Monoid[A]): A = list.foldRight(A.empty)(A.combine)` - I mean, is there...
## What version of OpenRewrite are you using? I am using - Maven plugin 5.35.0 - rewrite-static-analysis 1.11.0 ## How are you running OpenRewrite? Maven plugin. Minimal project to repro...
## What version of OpenRewrite are you using? I am using - Maven plugin 5.35.0 - rewrite-static-analysis 1.11.0 ## How are you running OpenRewrite? Maven plugin. Minimal project to repro...
when logger needs to access function context (e.g. like `pino` does need) to fix we must properly bind logger .warn/.error method reference on promise when passing it into .catch() ---...
This is an iteration on top of `valters:mvn-1` - actually split up the build into proper maven modules. I hope you consider this and move away from Ant build.
I could not track down a reliable source for prefuse and sdoc. For now to build locally one needs to put in into local Maven repo like this: ``` ./mvnw...
previously map.values.iterator.next was selecting a random table