Samuel Nelson

Results 33 comments of Samuel Nelson

_Possibly_ related to [this buildkit issue](https://github.com/moby/buildkit/issues/4108)

Would you be okay with a flag for hel? It would alter your `//go:generate` command without requiring you to include details about your mock generation in your types. ```go package...

@Kvaz1r It sort of depends, but a few examples: - Right click on highlighted text should bring up a menu with copy/cut/paste - Right click on the text without highlighted...

It looks like this is largely because we're relying on side effects from `gxui`'s `PanelHolder` mixin. We'll need to build a custom one that doesn't automatically switch tabs, so that...

My guess is that this is related to embedded exported interface types, e.g. ``` go type Foo interface { grpc.Stream } ``` I would guess that somehow, we're not flattening...

This seems to be related to gocode's cache. Marking as such. ~I've been thinking for quite a while about switching to guru for this and a few other features.~

guru doesn't do completions. It looks like gocode is getting better, anyway; this might get fixed on its own in time, or we might need to pass some flags or...

I've got another potential solution for this. This sort of thing seems to come up when you're forced to use an imported interface type as a function parameter or return...

It might be surprising, but this is actually kind of a difficult problem. I kinda cheat on imports by just shelling out to `goimports`, but that causes all sorts of...

Note that `save` should become an op that is shared between `save-current-file` and `save-all-open-files` so that `save-all-open-files` will still trigger any hooks bound to `save-current-file`.