Joël Vimenet
Joël Vimenet
The default `AvroScalaTypes` union value is `OptionEitherShapelessCoproduct`, and when the schema has a union with only one type (`["long"]` for instance) the code generated is `Long` (in standard mode) and...
Currently, when `JSON.parse` processes invalid JSON, it will throw an exception. This is not documented and can be misleading for some users that will forget to catch the exceptions. It...
I run a self hosted wallabag instance which works fine (latest docker image, wallabag 2.3.8). I use it from the web, I connected a Miniflux instance to it, it works...
We have a custom plugin defining our own aggregation. Currently we are using a modified version of elastic4s 5.6.x where we implemented the support for our custom aggregation like any...
Currently, the lib is built on elasticsearch client version [`8.11.4`](https://github.com/sksamuel/elastic4s/blob/9127dc4199ed22d16cddef3b13326cbe3527def3/project/Dependencies.scala#L12) but the docker-compose file allowing to launch an elasticsearch server to run tests in local launches the [`8.8.0`](https://github.com/sksamuel/elastic4s/blob/9127dc4199ed22d16cddef3b13326cbe3527def3/docker-compose.yml#L5) and the...
Same as in `ElasticError`, add the field `failed_shards` in `TaskError` to be able to get more details when a task fails.
- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request When browsing feeds, a user does not really reads all the entries, sometimes entries are marked as read in batch because the...
Kamon 2.5.12 Play 2.8.18 sbt-kanela-runner-play 2.0.14. We are experiencing a weird behaviour : our play application makes HTTP calls to a backend. Under certain circumstances, this backend ends up being...
https://github.com/canelmas/kafka-connect-field-and-time-partitioner/blob/a27263ad403caf3148b70da6d6d6b97213489c3c/src/main/java/com/canelmas/kafka/connect/FieldAndTimeBasedPartitioner.java#L50 It seems that it parses a `String` but the default value is a boolean, and it cannot cast it. ``` Task threw an uncaught and unrecoverable exception. Task is...