Frank Dana

Results 954 comments of Frank Dana

Actually, maybe I shouldn't assume that. In the VE, the SVG source for the canvas with that graph is, ```svg g n Wow, some text ```

It looks like this is a variation on the already-reported https://gitlab.com/graphviz/graphviz/-/issues/1891

@acsor I know it's _three years_ later, but for the record (meaning, more for anyone **else** who comes across this issue in the future): Yes, Pydot does guarantee that nodes...

@lkk7: (And with that, I think this can probably be closed as answered?)

@rolivav AIUI (and, I'm just a fellow user, so treat everything I say with suspicion until verified) QSS very much _is_ a black box. Widget styling is also (in modern...

> debug builds of the Qt libraries as well (which you'd have to compile yourself) Sorry, that part's not right, I forgot Qt's update/install tool now offers downloads of debuginfo...

@tetron Ah, yes, the `Klass.create_attribute_methods()` method was removed, and replaced with an internal function `__generate_attribute_methods(Klass, attributes)` in 3.0.0, to perform static monkey-patching of the pydot classes immediately after creation (which...

(Honestly I would've sworn that change was part of 2.0.0 as well, I guess it went in right _after_ the release.)

The change has been retroactively added to the ChangeLog as a breaking change in 3.0.0 (in #387), apologies for blind-siding you with that one.

IIRC, recent macOS has process space protection that prevents normal processes from attaching to other normal processes in different process spaces, even if run by the same user. This also...