Thomas Ramé
Thomas Ramé
Despite no change since 2018 it helped me a lot for years @lacroixdavid1 , thank you for that! I agree it misses the exclude parameter. Ideally, would be great to...
@mjpitz just looking around if there is library to do so. Did you work on it since then? Otherwise I found GA4 compatible ones: https://github.com/ystyle/google-analytics https://github.com/silinternational/ga-event-tracker (not that easy to...
> I am now getting this error in Next.js after updating to 14.2.0. It seems like Next.js got updated to this version of SWC and the plugin is unusable with...
Hi @fcantournet , I tried @maeglindeveloper example and it works by chaining `json.Marshal/codec.NativeFromTextual/codec.BinaryFromNative` but it doesn't work when using the lib you mentioned (avrocado). Do you have a working example?...
Idées : * Voir les logs pour savoir combien tapent sur l'API * Supprimer les vieilles versions d'API (> 3 mois)
@Ariane-Rose pourrais-tu confirmer que c'est valide ?
La demande est faite par l'intra, pour moi on peut merge, il faut juste régler le conflit. @nathangaudelet tu sais faire ou tu veux que l'on s'en occupe ?
Yeah that's what I did, patching the JSON after generation :)
Hi @sixstone-qq , It would be cool if we could install globally "go2avro" into the `$GOPATH/bin` without dealing with the build. Would be easier to try it out.
Oh sorry, my mistake! By doing ``` go get github.com/heetch/avro/cmd/go2avro/... ``` It works well. Maybe this could be added to the documentation?