David Lechner

Results 1494 comments of David Lechner

What is the output if you run `dns-sd -B _sftp-ssh._tcp` in a terminal window?

The fact that the command line didn't work either tells me there is a problem with your computer. Google says `-65547` is `kDNSServiceErr_AlreadyRegistered` but I don't see any suggestions on...

GitHub doesn't allow attachments to emails.

FYI, the support site for Pybricks is https://github.com/pybricks/support. The errors sound like you have a circular dependency - test is trying to import from main and main is trying to...

Ev3dev doesn't use direct commands. What is the bigger picture of what you are trying to accomplish?

https://pybricks.com/ev3-micropython/messaging.html on ev3dev should be compatible with https://r.jander.me.uk/index.php/2019/11/25/ev3-mailboxes-in-python/ on macOS.

The only way to turn on the EV3 is with the power button.

In ev3dev-stretch, use `brickrun` to run your program. It will take care of switching the console for you. brickrun -- my-program

oops, that was supposed to be `brickrun -- python3 disp.py` as you guessed. What is the answer to the question that you deleted? ``` ### What hardware and software are...