MichaelMackus

Results 64 comments of MichaelMackus

Wow, that's no good. USB3 support in (FOSS) linux is non-existent.

@tykl4 I found out after some research you *should* be able to use USB2 if you [patch your EHCI driver](https://github.com/fail0verflow/shofel2/blob/master/linux-ehci-enable-large-ctl-xfers.patch). Usually that means re-compiling your kernel, though. You'll also likely...

Oh, nice! Didn't realize there was a way to do this as-is without "Less secure apps". I'll try that out, that should work fine.

I was thinking more from the Python side, but I suppose it would make sense to test directly in angular/JS as well.

[Flake8](http://flake8.pycqa.org/en/latest/) could be useful in addition

@francescou that's correct. I elected to leave off that functionality. Some commands might have a large amount of output, and won't fit into an alert window. Then we'd have to...

@francescou right, that's why I've left off that functionality. This is PR is just to solve the issue of running a one-off background process in the container (i.e. git pull,...

Ooo, nice. I will look into portainer as well and let you know what I find.

Also, things like custom prompts/submenus are hard for me to grok. I don't see how you could even add a "What is your name?" prompt for example (much less "Race"...

In terms of widgets, it looks like SDL has a [tutorial regarding TextInput widgets](https://wiki.libsdl.org/Tutorials/TextInput). However, the library functions are not fully functional and there are no "built-in" widgets currently supported....