Tyler Finethy
Tyler Finethy
@Akryum Ah sorry I should've updated this issue, but that's exactly what I found too. We had a store being created by default outside of any function in App.js, and...
Everything worked until the upgrade to Go1.18 / deprecation of the GOPATH, I was able to get `swag` to generate again forcing `GO111MODULE=off` and specifying a `GOPATH`. The issue may...
Sure I could take a look, what about shelling out to `go list` as a fallback to remain compatible across many versions of Go?
Would love this to get access to the `oneOf` functionality for schema responses
I opened a duplicate issue here: https://github.com/golang/vscode-go/issues/274 Like I mentioned in that issue, it would be nice to either: - make this code generic and allow for configuration overrides OR...
@kmakihara Did you end up writing individual graphql routes that handle authentication? How are you limiting the amount of data an authenticated user can potentially receive without limiting the usefulness...
I'm seeing an intermittent `port not found` error using Docker for Mac, I tried upgrading and am currently on `Docker version 26.0.0, build 2ae903e`. I'm exposing it as a CustomizeRequest,...
FYI, it looks like this work never go merged in. For those interested, I did write a drop-in replacement w/ `go:embed` and `fs.FS`, but it is incompatible with earlier versions...