Bryan Hughes
Bryan Hughes
I occasionally get a strange user agent reported from Safari 10.0.3 on macOS Sierra 10.12.3: ``` Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64) ``` This variant of its UA isn't detected by platform...
When I use and invoke `useRecoilCallback` synchronously in a component render, I get the following warning in the console: "Cannot update a component (`Batcher`) while rendering a different component (`App`)."...
The callbacks for the async methods are not consistent both between and within raspi-i2c methods, depending on which i2c-bus method was called. These need to be wrapped and normalized
It currently seems like once you switched the pin mode from I2C to, say, Digital Input, then it's not possible to switch back. This is definitely just a limitation in...
It may not be possible, but perhaps some tinkering around with Wiring Pi's `gpio load [baudRate]` could shed some light on this.
A report from a user in the J5 gitter channel: > Hey everyone. I am new to J5 and am trying to port a kit I have for RPI to...
I saw a link to this on twitter, and it's a really fascinating CoC: https://github.com/maitria/joyconf.com/blob/master/coc.md I feel like it shifts the focus quite a bit, and strikes a very compassionate...
As part of a Twitter conversation (https://twitter.com/steveklabnik/status/593549960458698752), I learned that Microsoft placed poster sized versions of their CoC around the Build venue recently. I think this is a great idea,...
We chatted at last year's organizing event about creating some sort of recurring event to work on building something larger, but never really acted on it. @melanielok brought the idea...
**Describe the bug** The sample code at https://nextra.site/docs/built-ins/playground#usage crashes. **To Reproduce** Create a Nextra app with the docs theme, and create a page with the content: ```mdx import { Playground...