Results 211 issues of Dustin Spicuzza

Project seems neat, have you considered using [proot](https://proot-me.github.io/) to get rid of the binfmt-misc privileged registration? If you have a statically linked version of proot and qemu, then the following...

Would be useful to play with. Thanks!

The scripts in this repo have been incredibly useful, and I've found it really easy to adapt to my own training text/font choice. Thanks so much! When using a known...

We have a variety of simulation related sources, but it seems like it would be good to have a giant list of "How do I do X?" for users... which...

Contributors Welcome
Component: Simulation

For discussion. Some questions: * Should python examples include `import wpilib` statements or omit those? (my vote: omit) * Should class names include their package name? (my vote: include full...

Needs Design Decision
Python

The section on sysid details kS, kV, and kA... but the differential drive simulator only deals with kV and kA and completely ignores kS. I found that the behavior in...

Component: Simulation
Addition

First, thanks for this tool, it's fantastic and enabled me to recover data from a volume that I mildly remembered the passphrase to (but I had to write a program...

**Is your feature request related to a problem? Please describe.** I'd like it to be easier to customize widgets. Seems hard, have to go create a custom file and edit...

**Is your feature request related to a problem? Please describe.** Perhaps I'm not understanding this correctly, but it seems difficult/impossible to target a specific widget with CSS changes unique to...

On the readme: > All list values must be lists, even if they have only one element. Do not omit trailing commas (e.g. in (False,)), as this will cause them...