Vincent Aranega
Vincent Aranega
Hi, I'm having trouble with the life of my battery in a strange way. I'm currently under kernel 5.15.4 in archlinux, but I had issues like this since few versions...
**Note:** _In this issue, are reported discussions and experiments around the association of [textX](https://github.com/igordejanovic/textX) and PyEcore. Progress can be found [here](https://github.com/aranega/textX) ~~and it currently requires the PyEcore version from the...
The current XMI parser/resource uses the basic `etree` API from `lxml`. This works at the moment, but there is many operations that are performed 'manually' by the `XMIResource`. It seems...
This PR adds a concept of custom widgets that let users create their own interaction with the interactive graph. The implementation is pretty straightforward, it only relies on passing objects...
Hi @moltob , I contact you this way because I was really certain that we exchanged emails in the past, but I was totally mistaken. There is some PR pending...
Le bouton d'ajout de recette manque (est masqué/mal affiché) depuis la version 3.6  Le soucis arrive chez moi sur 2 machines (archlinux et manjaro), version 3.6 et version toute...
The current implementation works well for UML diagrams without applied profiles. The idea is to be as much compliant with the Eclipse implementation as possible. I've performed some tests about...
When trying to create a multi-resolution mesh sharded file from segmentation, if the resolution is a float, the collection of the different `.frags` fails with a message looking like this...
Hi there, A year ago, I worked on a [PoC](https://github.com/aranega/dbge) for Python 3.11 that adds AST-level stepping and some [object-centric breakpoints](https://scg.unibe.ch/archive/papers/Ress12a-ObjectCentricDebugging.pdf) for ipdb. It extends/subclasses IPdb with an interactive selection...