David Lechner

Results 1567 comments of David Lechner

It looks like #79 has been proposed to fix this.

I wonder if https://github.com/ignitionrobotics/ign-math/pull/402 will help?

I hope everyone will report this issue to Apple using the Feedback Assistant app as well.

It just uses `scp` (secure shell copy) to transfer files. You can use the command line tool, WinSCP, FileZilla, etc.

macOS and Windows 10 are not the same as the original issue (Windows 7), so please open a new issue with the exact steps to reproduce the problem and we...

> Because when I try to connect my ev3dev brick via bluetooth in VSCode, it will always throw out the handshake timeout error: "Failed to connect to ev3: Timed out...

This should also be done for uploading files.

@marchanderic44 wrote: > Thank you. To complete, I can write in text files (the position of the robot for example). But, how plot this position in real time? with Matplotlib...

Idea: It looks like it is possible to [run Jupyter notebooks in VS Code](https://blogs.msdn.microsoft.com/pythonengineering/2018/11/08/data-science-with-python-in-visual-studio-code/). It also looks like it is [possible to do real-time plots with matplotlib](https://stackoverflow.com/questions/11874767/how-do-i-plot-in-real-time-in-a-while-loop-using-matplotlib). Putting this together,...

Jupyter just seems like a nice way to display the plots in VS code instead of in a separate window. But it is not necessary. Did you look into using...