Joshua Meyer
Joshua Meyer
I'm having issues when I have a struct that contains a pointer to an array of string. An example of this problem ```golang package main import ( "github.com/r3labs/diff/v2" ) type...
When deploying stackstorm behind a reverse proxy, the web interface is unable to properly build the api, auth, and stream path. For example, if I have a nginx path of...
Since gogo/protobuf has been deprecated since January of 2021, are there any thoughts on replacing it with any other protocol buffer library or simply using the vanilla golang protobuf library?...