Chuckame

Results 62 issues of Chuckame

Hello there, great lib ! 😄 So, it can be cool to have a default validation (like a fallback). Is this way, we are able to globalize the validation using...

Hello ! I installed the maps app. The app icon is broken, and there is no content when I'm clicking on it : ![image](https://user-images.githubusercontent.com/16419143/92474772-aa457800-f1dc-11ea-87eb-01db303ee64d.png) I think this is a nginx...

question

Hey, it's me again. **When using avro with schema registry, we serialize the data by using an avro schema, what about the check compat using schema registry ?** In the...

### Expected behavior I want the max shared cache capacity to 1gb including 150mb mem tables. To do that, I use this config (jvm) that is coming from kafka streams,...

It's a very little improvement, but seems great to prevent allocating 16 items lists while we have 3 fields avro schema 😄

I detected a bug while using a field `Map`. It is not handling well value classes everywhere. By the way I also added tests for primitive schema generation with also...

# Context Collection mapping output can contains nulls if the corresponding mapping method returns null. To prevent having null items, 2 solutions: - Having an after method that is removing...

enhancement

Currently, only amd64 image is available on docker hub. Can you add it for `armv7` ? As indicated [here](https://docs.docker.com/build/ci/github-actions/multi-platform/), the only change would be inside your github actions: ``` [...]...

enhancement

# Currently Given a spring boot application using kotlinx serialization and the dd-java-agent with IAST enabled When we call the endpoint, answering in json Then we get the following error:...

type: bug
comp: asm iast

Here is the new proposed avro entrypoint 🥳 ### Goal Provide an unified, easy and extensible way of encoding and decoding avro. Unified and easy as it should only have...