Arnaud Pflieger
Arnaud Pflieger
Hello, I found that when copy paste some html, ``/`` formatting is broken on google doc. It seems to come from the `vertical-align: baseline` rule. I guess google docs interpret...
Hello, I couldn't find any discussion about that so I wanted to give it a chance. java 8 is now 6 years old, I doubt there are many legacy project...
## Needs * Better testability. For instance, I would like to mesure test coverage. * Get some abstractions because bash is just a mess. * Something easier to debug and...
Usecases : 1. In some configuration, all branches of a repo are merged in a octopus. For instance, having multiple repos, one of them called 'features', is a good practice....
We use extensivly a pattern like this ```java DB.getDefault().createQuery(User.class).select( FetchGroup.of(User.class) .fetchQuery("tickets", FetchGroup.of(Ticket.class).build()) .build() ); ``` But we can't configure this fetch on 'tickets' (like the fetch method allow on query...
## steps sbt version: 1.3.0-RC5 java -version openjdk 12.0.2 2019-07-16 OpenJDK Runtime Environment (build 12.0.2+10) OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing) macOS Mojave 10.14.6 ## problem I'm...
## Expected behavior We use Ebean 15.3.0 and we have troubles upgrading java from 21 to 22 (Azul JDK) We get this error when running tests ``` io.ebean.config.BeanNotEnhancedException: Bean class...