Federico Maggi
Federico Maggi
to: @airbnb/binaryalert-maintainers resolves #145 resolves #173 resolves #167 resolves #166 resolves #154 resolves #153 resolves #152 resolves #142 resolves #144 ## Background I see that there are many pending PR...
I've looked at the code and the example, but I can't figure out how a multi-shutter scenario is supposed to be implemented. Of course I'm free to do whatever I...
I cleaned up where the main radio parameters (carrier frequency, deviation, bitrate, sync word, etc.) are defined and changed and cached them to simplify get/set-ters and made them more consistent....
Renamed vendor from ADLINK to Eclipse in the RTPS contribution layer.
I'm posting this question here because there's no GitHub Discussion tab. Is it allowed to spawn multiple tasks in sequence from within the same producer? I noticed that all my...
I'm not sure whether this is an issue with the API server or the `MWDB` client. I'm using the following code to re-analyze all samples matching a query: ```python @retry(**retry_opts)...
Allow the RFQuack radio module to pass a callback to the RadioHAL driver. The callback will be invoked upon all valid RX interrupts, such that polling won't be needed anymore.