Clément Stoquart
Clément Stoquart
Hello, ng2-fancy-image-uploader currently doesn't work with Angular 6+. Probably because ng2-fancy-image-uploader brings its own `@angular/core` version which conflicts with the project one. ``` ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare...
Hi feign team, It would be very useful to be able to exclude some specific headers from the feign http logs. For example we don't want to log `authorisation` header...
Hello, I was wondering if it would be nicer to have the usually used `jsonMatcher()` method strict by default (`.mode(JSONCompareMode.STRICT)`). Moreover we could add another method like `unorderedJsonMatcher()` to perform...
Hi guys, I have the following deprecation warning message with the release 0.6 and Gradle 5.4.1 : ``` > Configure project : The ProjectLayout.configurableFiles() method has been deprecated. This is...
Hello Datadog team, We have been using Datadog for logs and APM for quite some time for many Spring Boot 3.3 apps running on Java 21.0.4 without any issue. We...