François
François
When a set of routes is delegated to another router, there is a missing "/" between the prefix of the delegated route and the last part of the route. For...
Hello all, I wouldn't want to be too pushy, but I would need the baseline feature in the projects I have to really start using elasticsearch-evolution, do you think it...
MR #59 allows defining `keyspaces` to have different journals but this MR wasn't backported to the akka 2.5 branch. Is it something you could do?
In Flyway, you can pass custom values to your migration scripts, this is really useful, and would need it. The need I have right now is that the replication factor...
## Description I would like to use a model from huggingface that uses a BPE tokenizer. This model is `flaubert/flaubert_base_uncased`. It can be found at: https://huggingface.co/flaubert/flaubert_base_uncased It doesn't have a...
## Description When I close a model, I have the following error: `free(): invalid pointer` it also happens when the app exits and the memory is cleared. It happens on...
## Description When running djl with javafx on linux x64 (archlinux) using the cpu flavor, I get the following error when I try to get embeddings twice from a model....
**Is your feature request related to a problem? Please describe.** I'm doing a zio app that mostly proxifies another service and simplifies the api. I would have expected that working...
### Is your feature request related to a problem? Please describe. When using the live share extension on scala projects, merals tries to start it fails with the following error:...
Hello, I have a project using scalajs for the front and tapir with netty sync for the backend. I'm currently wanting add some SSE endpoints and so had a look...