Benjamin Shults

Results 4 comments of Benjamin Shults
trafficstars

I'm going back to 1.61.0 for now.

Is it just that the runners we're using don't support NodeJS 20, yet?

Why not use ```foo.let { action1(it); action2(it) }```?

One thing I like about java-config it the ability to make my configuration very navigable following a [pattern like this](https://blog.codecentric.de/en/2012/07/spring-dependency-injection-styles-why-i-love-java-based-configuration/). This allows me to split up my configuration and navigate...