Benjamin Gamard

Results 115 comments of Benjamin Gamard

It's not ideal but it would solve the immediate problem at the expense of more ram usage.

Are you still working on it? I was checking out your project, and maybe the issue is just the small dataset?

@savvasdalkitsis Thanks for looking into the code, if you have time to fix #619 and #602 that would be awesome! (both related to the importer).

@savvasdalkitsis It might be because the importer is passing an empty string in the parameter `tags` and the backend interprets it as a list on 1 tag with no ID...

It might be interesting to reproduce the issue (and confirm that it's fixed) by adding a test around here https://github.com/sismics/docs/blob/master/docs-web/src/test/java/com/sismics/docs/rest/TestDocumentResource.java#L64

Yes you are right it requires those dependencies: https://github.com/sismics/docs/blob/master/.github/workflows/build-deploy.yml#L22 `ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu`

The clean way to do it would be to change the Jetty version in the dependencies (pom.xml) and run the tests on that.

Thanks for your quick answer. My agent is running `gcr.io/datadoghq/agent:7.35.2` Should I upgrade it as well?

I still have the same issue after upgrading to the latest agent `gcr.io/datadoghq/agent:7.38.2 `