Red Daly
Red Daly
I haven't tested extensively, but this seems to work for me after merging. https://github.com/gonzojive/rules_typescript_proto/commit/41da6ce1735605ba3ef32b1498550cd3e3181667
I came across a related issue: https://github.com/golang/go/issues/42965 From browsing the source, I wonder if the call to [imports.GetAllCandidates from completions.go](https://github.com/golang/tools/blob/4077921f14b3e552b192b53bee6a2d40f37d4636/internal/lsp/source/completion/completion.go#L1553) could be altered to pass in a filter derived from...
This bug may also be a duplicate of https://github.com/golang/go/issues/51265, not totally sure.
> But it's not worth it IMO since the support for static-graph + session execution is enough for every application: just write the graph in Python (a function decorated with...
I have a similar use case: A macro that I would like to treat very similarly to a `go_library`. It takes some extra parameters, but I would want gazelle to...
Sweet. Thank you, `map_kind` will do quite nicely. I would prefer if there were some way to target map_kind more precisely. The recursive nature isn't really desired. Also, just like...
Yes. It seems to only happen using a volume mounted using `minikube mount`. On Mon, May 23, 2022 at 9:47 AM noguchitoshi ***@***.***> wrote: > Hi, are you supplying a...
> > I need to use this library to build RocksDB. We use bazel to build everything, which means zstd must build with bazel. > > This logic is similar...
Thanks. I will try that. I suppose there are a lot of emacs keybindings, so disabling them one by one can be a bit tedious. I am suggesting a checkbox...
> By default we cannot enable this feature since the "SetXXX" method could conflict with an actual field named "SetXXX". This is not a hypothetical scenario, but a real problem....