Paul Daniel Faria
Paul Daniel Faria
@aergonaut, I'll definitely be watching yours closely. My visualizer project can do much more in atom than in vscode. I'm looking forward to it!
Hi, any update on this? If I do need a replacement, what process would I follow?
@alexmaloteaux I did the equivalent in rust here https://github.com/Nashenas88/pimoroni-trackball-driver/blob/main/src/lib.rs#L339 But the issue I see is that it gets stuck low after a while. I noticed that in the code to...
@PimoroniMatt is there any option to swap out old hardware with new hardware?
What about numbering them? ``` error[E0506]: cannot write to `x` while borrowed --> :4:5 | 3 | x.push(x.pop().unwrap()); | - ---- ^^^^^^^^^^^^^^^^ | | | 3: write to `x` occurs...
I would create a PR, but it's not clear to me what would be preferred since it's no longer possible to use the existing `T: Primitive` impl (unless you want...