Caleb Spare
Caleb Spare
I don't know if this is the only problem, but I noticed that this code is out of date for the new interface representation: https://github.com/nelhage/gojit/blob/master/jit.go#L106-L110 Interfaces now always contain pointers,...
The tricky part is where to put the delete button...?
@dmacdougall suggests putting it on the bottom like Gist. That seems reasonable.
Cool, it sounds like we're on the same page here. At work I've been setting up a "vendor everything" project configuration and I'm trying to make anticipate what will become...
> The reason I wrote vendorize to just grab whatever is currently in your GOPATH is because I felt it fit my workflow. Generally if I'm developing something I'll just...
Ping again @neild. I went ahead and sent #325.
Sure, I'm open to this. Could you be a bit more specific, though? How would [the configuration](https://github.com/cespare/goclj#cljfmt-configuration) work? Right now there's an optional namespace qualifier; how would that work if...
I ran into this as well at work on a proprietary code base. We're in a situation where running `go mod tidy` adds a third section and only when it...
I opened #67948 for the bug. @mvdan I tried using your reproducer from the vocdoni/vocdoni-node repo but it doesn't seem to repro on master, and your branch `go-mod-tidy-bug` seems to...
@carlmjohnson It's on my todo list but I'm having trouble finding the time. You (or anyone else) should feel free to take it if you want.