Ben Wolsieffer

Results 33 comments of Ben Wolsieffer

I'm looking at cross-compiling with crate2nix within the context of NixOS. So far I've found that some minor changes are needed to `buildRustCrate`, but I'm now running into a bunch...

See https://github.com/kolloch/crate2nix/pull/152

I tested a rebased version of this PR with the C/C++ extension and it worked.

I don't think the change proposed in #11989 will fix this issue (unless there are multiple issues here). I experimented with it a bit and passing `-contextType Domain` seems to...

The SAMD11 datasheet contains the exact same sentence as the SAMD21: > When the USB device is connected, a SOF will be sent every 1ms, thus DFLLVAL.MUX bits should be...

I am the maintainer of the AUR package. I don't use QDriverStation anymore, but I updated it to 21.04. If someone else wants to take it over, I'll give it...

I just ran into this as well and agree that it is very confusing and probably wrong to use ECEF in a `GeoPoint`. I think that the transformation should be...

No, that PR doesn't implement what I need. That allows variable length tags, whereas I need variable length nonces. The nonce size is still hardcoded to the block size: https://github.com/RustCrypto/AEADs/blob/master/eax/src/lib.rs#L192

I also started a prototype a while ago, but forgot to post it here: https://github.com/lopsided98/bluer/compare/master...adv-mon It works, but currently only supports one monitor at a time. The monitor root can...

It looks like you are still calling `RegisterMonitor` and `UnregisterMonitor` for each monitor, right? If the object manager signals are working, you should be able to register the root once...