Javi Agenjo
Javi Agenjo
In response to [0xdevalias](https://github.com/0xdevalias): > There are some pretty nice options that abstract a lot of that pain away these days, and that can run a lot faster than webpack...
@0xdevalias > @jagenjo So far, your answers to my questions (and others) have basically given the impression that there is an impasse with anything I would propose, and your desired...
it looks like the names are changed when ofuscating the code, and my lib relies in the class names. can you disable that options?
please, if you spot them add PRs with the fix
I added the afterChange mostly to mark graphs as "modifyed" so you know that it should be saved. But selections are not considered modifications so I never execute afterChange on...
wouldnt that crash if no widget_names is present in the serialization object? like using and old version json
sure, it can be done. All bindings are in onKey callback in GraphCanvas, it should be easy to add a layer of indirection.
Hi Jack: I always had my own styling but it was pretty flexible. But some years ago one user did a PR with a full linting of the code and...
I dont have a laptop to test it but I will accept it
altering would make the string overflow the node shape. One option is to measure the size of the string before drawing it and define how many characters based on that....