Wez Furlong

Results 893 comments of Wez Furlong

FWIW, it's fairly common to see Rust crates adopt this kind of typestate. It's less about pure immutability (which is less critical in Rust, due to the borrow checker) than...

@Gadgetoid would you mind describing how the interrupt pin is intended to be used? Is the intent that reading the trackball state clears the interrupt pin, or is the application...

Thanks; the main reason I ask about the interrupts is that the device seems to continually assert or toggle (I haven't gotten around to printf debugging precisely which) the interrupt...

... I had mis-transcribed the interrupt register as 0x9 instead of 0xf9 and now things make more sense!

I added pullups on my i2c bus; I can't remember what resistor value I ended up using and I'm too lazy to open up the case to look it up;...

I played with an atsamd21 but am using an nrf52840. The internal pullup strength of those two are different, which is one of the reasons that I ended up added...

Duplicate of https://github.com/wez/wezterm/issues/5074

FWIW, all wezterm does to enable blur is call a couple of macOS functions to request that the system enable and apply the blur. I'm not sure that there is...