Maxime Thomassin

Results 26 comments of Maxime Thomassin

I have notice the last release is more than a year old ? should there be a new release? Moreover, I have now updated to follow main, and I can't...

I tried replacing my time.Time with models.CustomDateTime. Unmarshalling works, but the value look truncated. This get written `2024-11-08 20:12:54.317842571 +0000 UTC` and this get read `1970-01-01 00:00:00.317842571 +0000 UTC` just...

Moreover, except the create, I am using I am using the Query function. This is my hearbeat update query `UPDATE devices MERGE {status: {lastHearthbeat: $BEAT,online: $ON,},} WHERE spec.deviceId = "0xf86tlm";`...

Simply adding my config for adding a `resolver.conf` secret to Nats in case someone stumble here! ```bash kubectl create secret generic resolver-secret --from-file=resolver.conf --dry-run=client -o yaml ``` ```yaml nats: merge:...

+1, I would love to see direct time.Time to Nano precision and UTC.

Hi, I've been trying so many things to fix this issues. Ultimately, im trying to deploy on Azure WebApp for Linux Container, but for now i cant get it to...