Matthieu Dartiailh
Matthieu Dartiailh
Do not worry about the CI failure I will take care of it.
Reading through your changes it seems you have misinterpreted the goal of the example, which means it can be improved. This example demonstrate how radio buttons living in different containers...
No there is currently no native way to do this. I remember looking into it at one point but never spun up a working solution.
Look like you uncovered a bug in the new parser based on pegen. I will try to investigate ASAP.
A quick investigation points to fn_opcua_get_tree as the function that we fail to parse
I have one likely suspect but I will dive deeper later today. I will keep you posted.
Okay, so my first suspicion was silly, and you simply suffer from the deeply recursive nature of the parser. One workaround woud be to avoid so many nested comprehensions. A...
I have been busy working on Python 3.12 support so there has been no definitive fix for this. However I believe you could easily refactor your code to use a...
Your analysis makes sense. Would there be any sense to have a kind of abstraction over vector graphics ?
I won't argue with @sccolbert I have not used wx. I would however like to mention that nothing keeps you @Kochise to implement an alternative backend in a different package...