Kamil Kisiel
Kamil Kisiel
It would be nice to catch code such as: ``` var ( x, y int err error ) x, err = foo() y, err = a(x) return x, y ```...
According to https://github.com/kisielk/errcheck/pull/148#issuecomment-409669436 it should be possible to allow errcheck to continue even if the initial package typecheck fails. This shouldn't be the default but it should be allowable via...
I tried following the instructions to build the library and everything appears to work fine till I try to run the examples. ``` $ go build -ldflags '-r ../lib' minimal.go...
Would be nice if there was a way to show the ToC for the selected page. Perhaps as a third pane or a popup overlay that's triggered with a button.
I'm mostly doing USB-MIDI on STM32 devices and would like to switch to this library. Unless someone else is already working on it or has a functional implementation I will...
It would be great if there was a way to pause event collection in MIDI monitor. Currently I need to just deselect all inputs or outputs, or change the filters,...
Trying to figure out where a good place to put commonly-used DSP functions would. It seems like they would be commonly used across a lot of the packages in the...
Conceivably rand.Read could return fewer than the requested number of bytes and still not return an error. This would result in the trailing bytes of the UUID being 0 and...
Hello, Could you please provide the guide in a text format such as markdown, plain text, or on the github wiki? When using the PDF it's not possible (at least...