Christopher Mahoney
Christopher Mahoney
I'm not sure - there's probably some value of it with regards to backwards compatibility, Or if someone is making a lot of use of `into_raw()` and `from_raw()`. I'd add...
We could also split bodies like Tower (I think it's Tower I'll double check later). But the idea is splitting the Response into (Body, Parts) where Parts has all of...
I wonder if the smart dashboard type should be unique for each controller - so a dashboard would be able to easily disambiguate which kind of controller it is. Or...
"Disambiguate" as in if I drag a HID object onto the viewing window it could automatically render a PS5 or XBOX controller depending on which is being sent.
> This feels like it would take smart dashboard changes as well How so? The '"HID"' SmartDashboard type doesn't exist anywhere yet. We're defining the API in this PR. My...
The RPi AI kit looks very promising and worth while supporting. I haven't found an off the shelf runtime supporting it and the RK NPU. Here's what I think we...
- OpenGL support Do you mean OpenCV? OpenCV has CPU support and can be compiled with CUDA support for nvidia chips - NPU support As far as I can tell...
In my opinion I would keep the existing behavior (but add the warning as per #6767). I would add new factory method, something like `newChecked` and I would avoid using...
I try to lean towards keeping maps as flat a possible. How about `Map
I'm interested in picking this up.