Clément Schockaert

Results 8 comments of Clément Schockaert

Was working fine in 0.2.0 version of your lib. I don't know with you dont pass anymore the field type but Object.class when you row.get ?

Well a bit difficult to reproduce it fast, but it's linked to the fact that when we create a new domain extension with jooq we only need to register a...

In fact, i got a workaround for my case, i registered my codec FIRST and since it was handling Object.class types (+ other types) , he was overriding behaviour for...

Hello, we got this error too in our grafana dashboard, we get negatives value in the +inf bucket causing us to think that we are getting very high responses times...

Any update to get a raw multiline string editing ?

Hello, got the same problem, @laurentdroin i understand that we need to maintain the cluster at all times to get that working fine. But since we are using an Enterprise...

Hello, i'm in touch with redis team (@fcerbelle), (not directly the support). Actually, we are using the preemptible (https://cloud.google.com/kubernetes-engine/docs/how-to/preemptible-vms) feature of GKE (node can be killed anytime after 24H of...

Hello, i used this line of code to do the update: ``` for dep in $(helm dep list | grep "file://" | cut -f 3 | sed s#file:/#.#); do helm...