-
-
Notifications
You must be signed in to change notification settings - Fork 412
Add a xml2remi module & command and using uv to manage environments #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dddomodossola
commented
Nov 29, 2025
@cute-omega this looks great. But how would you manage events and custom code in general? With xml you can easly define gui structure, but you need a glue to draw the logic
2 way to solve it:
- manually edit generated python code to add them
- we make a new xml format like vue (lol)
To be honest, I'm not used to mixing Python and XML, similar to mixing JavaScript and HTML/CSS in Vue. After all, Python doesn't have the same tradition of being embedded into other languages as JavaScript.
dddomodossola
commented
Dec 3, 2025
Thank you for the reply. I will review the code and merge in few days
No description provided.