Ben Simms

Results 10 comments of Ben Simms

After making a start on this I've realised it might be useful to wrap this all into a typeclass that supports fetching many different types of assets from the cdn...

We could definitely add something to the event handler context to include the sequence number, though I really wouldn't be surprised if discord is sending the events out of order...

For those interested, I had a play around with implementing `let [: ] = of ` expressions [here](https://github.com/simmsb/numbat/tree/simmsb/let-of-expr)

> Did that experiment run into a dead end or is that something we could pick up for an implementation of local bindings? It's definitely something that could be picked...

This looks like an issue with HTTPS negotiation in the [tls library](https://github.com/haskell-tls/hs-tls/issues/470) Perhaps this might be an issue with discord?

Thanks for finding this, I've published 0.12.0.0 with a fix for this: https://hackage.haskell.org/package/calamity-0.12.0.0

Hey, I have a config here that is picked up by ZHA as battery powered with correct level readings: https://github.com/simmsb/zigbee_fairy_lights/blob/master/fairylights.yaml#L113

Yeah, I think I encountered similar issues (at least when turning off rx_on_when_idle) and a combination of removing (/force removing) the device from the zigbee network and factory resetting it...

Hey, I had some local changes that brought the project up to date with `cargo 1.81.0-nightly (154fdac39 2024-07-07)` and also bumped dependencies, I've pushed those now

Looks like I had wayland/x11 disabled on eframe due to `default-features = false` (which is needed to have eframe use wgpu and not glow)