Ferdia McKeogh
Ferdia McKeogh
Me three, does anyone know what specifically needs to be fixed in order to build esp-rs natively on MacOS?
I'm also interested! Please don't make me use OpenSSL. I don't want to go back into the dark. :(
`MultiChannelOneShot` sounds good to me, `MultiShot` is already a protocol in the RC world (and now also a Minecraft thing). I've been busy recently, but I'll try and put aside...
@henhal Yeah that's my exact need too, it's just my headphones that I accidentally leave on all day because I forget to turn them off. But they turn off automatically...
@henhal I wrote this really simple app to do what I wanted, might be of use to you too:) https://github.com/fmckeogh/hedy
@henhal oh sorry yeah pushing a tidy-up commit in a sec. Usually you'd add the program to your login items, it runs in the background with two observers for screen...
I'd like to start working on this feature, but I have a few questions. Can I confirm the preferred behaviour is going to be using the `gpg` command as if...
That's what I thought the alternative would be. Implement a few essential operations, but have the GPG daemon available for more complex stuff. Agent forwarding seems to be the right...
`rand::RngCore` is now implemented for `nrf528xx_hal::rng::Rng`, and an issue has been opened to make it the standard for embedded-hal ([here](https://github.com/rust-embedded/embedded-hal/issues/128)).
I've been using NimBLE for a few days, and think implementing a similar pattern for notifications would be a good idea, I'm going to start work on this over the...