Bruno Thomas

Results 40 comments of Bruno Thomas

Any news on this issue ? (we are having the same problem, and dependabot asks us to use the 4.8.0) Thanks

That's an interesting point. We are using Optimaize https://github.com/optimaize/language-detector For now, it does not support multi-langual detection : ``` When a text is written in multiple languages, the default algorithm...

with a blocking queue, the capacity is 0. That means that if there is no consumer, then the queue is full even with 1 item. https://stackoverflow.com/questions/9151871/queue-full-on-depth-of-the-blocking-queue-clarification-needed What is weird is...

I'm trying to reproduce. I have 17479 files / 82GB (11506 mp3 files). I launched : ```bash $ datashare -d /media/bthomas/My Passport/musique -m CLI --stage SCAN,INDEX ``` after indexnig I...

see if there are some impacts on the back (deserialization) as named entities types are an Enum

@tballison thanks for your message. I'm digging into it. what do you think is the best : * progressive upgrade 1.24/1.26/ 2.0 ... * going straight to 2.1 and solving...

Hello @JCBerger I just tested the NER extraction (locate/extract ppl/org/locations) and it went well with the latest version 9.20.2

for example we can see how it works with slf4j/logback here : https://logback.qos.ch/manual/mdc.html

we don't have a MS certificate for the app (like we did for Apple) that maybe explains the message

for the record we've seen this urls : https://www.digitalocean.com/docs/databases/postgresql/how-to/connect/ https://stackoverflow.com/questions/37394078/how-to-connect-with-postgresql-database-over-ssl https://serverfault.com/questions/483465/import-of-pem-certificate-chain-and-key-to-java-keystore https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html