Ted M. Young
Ted M. Young
I see in issue #36 that it was decided to keep this. I've found "reset" useful, except we've had accidents where it was done unintentionally. If it's going to stay,...
I'm usually facilitating ensembles, so it'd be nice if I could tell `mob` to ignore me in the list of committers when displaying "... is (probably) next". Perhaps an argument...
The docs mention a version 1.11 for JDK (here: https://github.com/kostaskougios/cloning/blob/master/wiki/Usage.md), but the latest in the Maven Repository is 1.10.3. Is 1.11 available from somewhere?
Which can be confusing to those who don't know who that is. CodeTriage should ask for permissions as CodeTriage. Though I don't know what the impact of dong this rename...
The formatting tests should explicitly set the en_US locale, instead of assuming the machine they're running on is set to en_US.
Can I pull in 3.1.1 in my repo, or are there changes/additions that need to be made?
Recently I've found myself doing this: ``` String json = getPolicyInfoFromRemoteSystem(); assertThat(json) .contains("{") .contains("}") .contains("coverages"); ``` Yes, I could use a regex, but then it looks like this: ``` assertThat(json)...
In https://github.com/oskardudycz/EventSourcing.JVM/blob/a2905f2aa78c8f5e177ab65a3c37b817ed21d85f/samples/event-sourcing-esdb-aggregates/src/main/java/io/eventdriven/ecommerce/shoppingcarts/gettingbyid/ShoppingCartDetailsRepository.java#L14C52-L14C52 The query method is named `findByIdAndNeverVersion`, but I'm assuming the word "Never" should be "Newer" and the full name should be `findByIdAndNewerVersion`? Also, is the `@Query` annotation necessary?...
I regularly run into the situation where I've used a swap (`hx-swap` and `hx-swap-oob`) value of `innerHtml` instead of `innerHTML` (for example), which causes things not to work as expected....
Added jMolecules's APT processor