Bruno Thomas
Bruno Thomas
**Describe the bug** When installing on a windows 10 box without having upgraded the browser, it seems edge is in version 44. and we have the error : ``` SCRIPT1028:...
## Bug Report **Current Behavior** When a sveltekit project is using quirrel *and* luxon, in module mode `type: "module"` then there is an error when using the built deliverable with:...
**Is your feature request related to a problem? Please describe.** I'd like to remove documents from index. **Describe the solution you'd like** We wanted to avoid users to have access...
First of all thank you for all the recipes it helped me a lot to test my app (I'm new to nodejs development). I'm trying to make unit tests on...
First thanks for the library, really helpful. I'm struggling since 2 days to make aiopyramid work with python 3.7. I've seen that : :heavy_check_mark: greenlet is compatible with python 3.9...
**Is your feature request related to a problem? Please describe.** When we have to change datashare-api we have to release it and we can't align dependencies versions with common variables....
**Is your feature request related to a problem? Please describe.** We have task queue that is either: * Memory * Redis * AMQP The parameter is `batchQueueType` Then we have...
**Is your feature request related to a problem? Please describe.** When launching TaskRunner, a lot of options should be set to execute some tasks. For example `BatchDownloadRunner` needs `batchDownloadTimeToLive`. **Describe...
When loading neo4j extension there are a bunch of exceptions (see attached file). [datashare.log](https://github.com/ICIJ/datashare/files/15075008/datashare.log) We can see that the extension loader is loading jars twice: * once for the web...
**Is your feature request related to a problem? Please describe.** For now, the TaskManager databus is using java `Throwable` when an error is happening in the `TaskRunner`. It is not...