Steven Arcangeli

Results 326 comments of Steven Arcangeli

Thanks for reporting back! It looks like there's some issues with the stripping of ansi escape codes. There are a lot of CLI tools that try to auto-detect if they...

Okay, I've fiddled around with it and the issue was what I expected. `g++` provides nice coloring and formatting if it detects that you're running in a terminal, and while...

Oh dude...I have no idea how to make this work for windows. I've never done any windows programming in my life. Wish I could be more help :/

Yeah, I would definitely be in favor of searching both the user installation and the system installation. I'd recommend making `g:arduino_user_installation` be a string instead of a boolean, and allow...

tmux is just a terminal multiplexer and doesn't support serial connections. You'll need to use screen, picocom, minicom, or similar.

You have to kill the screen session using its escape key. By default this is bound to ``. If you've set your tmux escape key to ``, then you may...

I have never tried doing Arduino development on Windows, and I have no idea how well accessing a hardware device inside of WSL will work, but I can give you...

There's probably some subtle difference in the command that's being run from vim. I don't have any way to test this locally, so the best I can do is give...

Not an arduino IDE expert, but I believe that the IDE *always* has a programmer selected, but only actually *uses* it if you select "Upload Using Programmer". If this is...

There's currently no interface that will let you do that as the admin, though you can sign in as the user in question and do it. The access backend has...