Clément Poissonnier
Clément Poissonnier
I just installed this workflow, and it is really going to help me in my daily work, thanks ! But the thing is that I realized that the `source ~/.zshrc`...
Hi, It would be great to support Geography type. I would like to use H2GIS as test database, but when I create my table, I have this error : Caused...
Using a basic interface : ``` public interface SomeResourceClient { @RequestLine("GET /resources") CompletableFuture all(); } ``` With a basic configuration : ``` @Configuration public class FeignConfig { @Bean public SomeResourceClient...
I wanted to implement a rule like this one : ``` @ArchTest static final ArchRule events_must_be_created_by_aggregates = noConstructors().that().areDeclaredInClassesThat().areAssignableTo(Event.class).should().beCalledInClassesThat().areNotAssignableFrom(Aggregate.class) .because("the aggregate should manage its own lifecycle and events"); ``` But it...
"docStore has type OBJECT rather than LIST" error when Elastic configuration is in application.conf
Hi, When I add these lines to `application.conf` : ebean.docstore.url="http://127.0.0.1:9200" ebean.docstore.active=true ebean.docstore.generateMapping=false ebean.docstore.dropCreate=false ebean.docstore.create=false I have the following error : `play/conf/application.conf: 26: docStore has type OBJECT rather than LIST`
> **Warning** > I'm not a git expert at all, the following message may be very stupid 😄 I am using [git-repo](https://gerrit.googlesource.com/git-repo/) to bootstrap my repositories. This tool clone all...
Hello, When I sort my list with a custom pipe, the order is not changed when I use angular2-masonry. Without angular2-masonry, it works. Is there a way to make masonry...
### Describe the solution you'd like? ```shell Most of the time, when I'm on my terminal, it is directly on IntelliJ. I'm not even sure that it is doable, but...