Franck Valentin

Results 8 issues of Franck Valentin

Hi, First thanks for this great library. It's (almost:)) what I was looking for for my project. I think the mechanism to enter diacritics should be revised as it has...

Bug
Enhancement
Version 2

There is a [test in ApacheHttpRequestFactory](https://github.com/aws/aws-sdk-java/blob/08e6897ec225d32ad6a991f9533d9bce2ff54e66/aws-java-sdk-core/src/main/java/com/amazonaws/http/apache/request/impl/ApacheHttpRequestFactory.java#L250) to skip the Content-Length and avoid the HttpClient4 to complain if it's already present. The problem is that the test is [case sensitive](https://github.com/aws/aws-sdk-java/blob/08e6897ec225d32ad6a991f9533d9bce2ff54e66/aws-java-sdk-core/src/main/java/com/amazonaws/http/apache/request/impl/ApacheHttpRequestFactory.java#L257) whereas...

feature-request

Hi, I am using a `docker-compose.yml` for my tests: ``` version: '3.4' services: elastic: image: elasticsearch:7.9.2 [...] ``` and try to use a private docker registry when running the tests:...

### Make sure to check the existing issues in this repository ### Please, tell us what's the problem? [ ] A typo [ ] Wrong documentation [ ] Improvement of...

docs

The parameters' default values are not properly displayed when they contain special characters. e.g. The default value of the parameter boundaryToDiscard of [CoreNlpSegmenter]( https://dkpro.github.io/dkpro-core/releases/1.9.0/docs/component-reference.html#engine-CoreNlpSegmenter) is  Default value: [, **NL**] instead...

🐛Bug
Module-doc
🐾Good first issue

The error "No dependencies recognized!" is hard to debug. I'm stumbling upon this one for a basic Gradle (5.6) project and can't figure out what's wrong. license_finder --debug should display...

help wanted
unscheduled

Hi, I've just begun implementing the books's examples with the latest version of NativeScript 4.0.2. It seems though that some of the examples are not compatible with this last version,...

I've installed the latest version of the benten server and set my IntelliJ (IDEA 2023.2.2) to use it. Unfortunately, version 1.2 doesn't seem to be supported and I can't see...