Joe Fitzgerald
Joe Fitzgerald
@kotyara85 are you still experiencing this issue? If so, could you please provide some more information: * What `//go:generate` or `//counterfeiter:generate` lines are you using? * Can you provide more...
> Also, regarding tests, I don't fully understand how they work, do i have to add my new fixtures to `roundtrip_test.go`? `scripts/ci.sh` runs go generate on the fixtures and then...
> One question is how to allow generating into a "$GOPACKAGE_test" package in the same directory. I previously implemented this in my fork and simply added a package name argument,...
I see four possible solutions (not mutually exclusive) to this problem 1. Put your test in the `abc_test` package; this allows you to import both the `abc` and the `abcfakes`...
@LasTshaMAN I would make a somewhat educated guess that the vast majority of `counterfeiter` users commit generated code to a git repo. In general I do think we should find...
I suggest you do away with the notion of max with, and operate the same way the file info display in the status bar does: https://github.com/atom/status-bar/blob/57d69026a2515279ad00d8717a141ef3ff7b9304/styles/status-bar.less#L67
@benogle: This is why we had provider blacklisting :smile:. It was removed, for good reason, and to simplify `ProviderManager`. But we need something more granular than a single priority.
@benogle the old implementation allowed one provider to explicitly blacklist another provider for the scopes within which it operated. Now, that would have been extremely flakey because it relied on...
> Yeah, I'm not in for disabling in comments wholesale, but ok with disabling the default provider in comments / strings. :thumbsup:
There's no way to implement this with auto activation _or_ manual activation of the suggestion list because any character you would use for selecting a suggestion would be a valid...