George White

Results 8 issues of George White

The latest version from NPM states that it is 2.2.0, but I don't see that version in any branch here (the current `master` branch has the version as 2.1.15). It...

The Adafruit nRF52 Feather with the nrf52832 chip (but _not_ the nrf52840) requires a bootloader update to be compatible with the Adafruit BSP included here. The bootloader includes an update...

I find that when trying to import some images from the photo library, a NoneType error occurs. This happens with the most basic using of the Pythonista photos library, such...

It appears that the call to `vol.delay()` is not working. This can be seen in the example sketches. In `wave_types`, for example, the sketch does not get past setting the...

While Bullshit was definitely modern a couple of years ago, the state of the art has moved on and I think we should consider abandoning it in favor of the...

The existing onService method for I2C peripheral (slave) implementation swapped the sense of onRequest (master read) and onReceive (master write) handlers. It also didn't handle writes correctly, requiring two write...

I think the Wire implementation is broken, with the onRequest and onReceive handlers working in reverse order when both are defined. Here's a simple example sketch: ``` #include volatile byte...

Since its release as a web framework, applications of Bullshit have continued to pile up. Bullshit can be found just about everywhere you look. Blockchain? Bullshit! Crypto? You know there's...

enhancement