Josh Butts

Results 4 issues of Josh Butts

Given the following simple example of attempting to write to an Arduino Uno: ``` go serial.SetDebug(true) options := serial.RawOptions options.Parity = serial.PARITY_EVEN port, err := options.Open("dev/cu.usbmodem14131") if err != nil...

- Larastan Version: 2.6.0 - `--level` used: whatever the default is - Pull request with failing test: ### Description `MacroMethodsClassReflectionExtension.php` - produces an internal error if a macro is registered...

bug

This is mostly a direct copy of the metadata implementation. I'm not a C programmer by trade, so please tell me if I've done something silly.

Implement a hook with callback support so that when work is finished, additional cleanup can be done, log message logged, etc.

enhancement