Dorian
Dorian
I made the changes so the file state is no longer stored in the window helper. This commit pass the CI test except for the build ones (I'm not working...
Unfortunatly I can't figure out how to get `apitrace` working on macOs. I still have errors with 'OpenGl Framework not found' since it has been deprecated a few time ago...
Thanks it works. Is it a solution for tab characters `\t` which are also cut during the wrapping ?
I had a similar issue because I accessed the card data with `matchEngine.currentItem` instead of saving my item list in the state of the widget and accessing the data with...
The changes should be those of the dev branch now, apart from the specific ones related to loading a file or a promise
Thanks for investigating on this issue. The problem occurs when the initialization happens before the object is handled by the Proxy. For example, the context is initialized by a web...
I managed to find a workaround that applies only to Vue. When I use `shallowRef` instead of `ref`, it only creates a proxy for the web component itself (non recursive)....