Replies: 1 comment
-
I'm sorry, I didn't try your tool. I use Jetbrains PyCharm IDE for development, which provides a similar solution. On the bright side, it suggests you're on the right track and your approach is viable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One major driver behind the creation of NiceGUI was the need for a nice UI framework to control and configure robots and IoT devices. These are notoriously slow compared to development workstations and laptops. NiceGUI runs quite fine on such constrained hardware. But If you use VS Code Remote Development or similar to do actual development on these systems, everything feels like jelly. Especially if you run powerful extensions like Pylance.
That's why we at Zauberzeug created a small tool called LiveSync. It combines a local filesystem watcher with rsync to copy changes to a (slow) remote target whenever your local code changes. This approach has multiple advantages:
So everyone: What do you think of this approach? Or how do you solve this kind of problems?
@me21 You mentioned developing for Beaglebone. I would love to read your opinion.
Beta Was this translation helpful? Give feedback.
All reactions