Jean Helou

Results 15 issues of Jean Helou

Currently the sbt plugin only creates the case class from the schema which makes it awkward to provide the corresponding implicit instances since we can't put them in the companion...

I am trying to write a schema which generates the following case class : ``` case class Item(id:Int, price:Double, date: Instant) ``` using avro4s `SchemaFor` I get the following schema...

Currently, encrypting is only supported for "output" and decrypting for "input" channels/streams. The notion of which direction is "input" and which is "output" depends on your point of view. In...

Except for pure kotlin projects, not having kotlin source files in a module or not having all the source roots available is actually a common occurrence, this leads to lots...

Maven Plugin

### Context We enabled configure on demand in our mono-repo build for performance reasons. Despite our use of kotlin dsl this worked fin with gradle 7.3.3. Upon upgrading to gradle...

a:regression
in:configure-on-demand
affects-version:7.4
affects-version:7.5

Hi, I have been looking for node docker images with built-in full-icu, I am aware that it is the case in node 14.x but we cannot upgrade until the upstream...

Hi, We hit an issue similar to [Incorrect typeInfo when using JsonSubTypes for same specific classes](#635) recently in our code base but different enough that we think it would be...

While working on #345 I was unable to make the default `file.save(...)` call work and was forced to add `{ resumable: false }` to make it pass. The error was:...

bug
help wanted

I have updated the sample in #345 to add the ability to log http requests. According to the [documentation](https://cloud.google.com/storage/docs/naming-objects) object names must adhere to some rules but may start with...

bug
help wanted

Next.js generates chunks with non numeric ids which breaks chunk analysis. This commit preserves the existing behaviour by handling numeric chunk identifiers but falls back to string identifiers if it...