Frank Dana
Frank Dana
Perhaps even more interesting is this: ```console $ echo " graph G { y [color=red]; subgraph H { x -- y [color=red]; } y [style=filled]; y [fillcolor=yellow]; }" | dot...
...Am I missing something? Why isn't the CI running?
Oh, there it is. That took FOREVER.
I have _no idea_ why all of macOS is failing on `tests/graphs/url.dot`. The `dot` process is exiting with a return code of `-5`. Perhaps it's a Graphviz 13.1 issue? I...
Hmm, no... Windows is also on 13.1.0, so it can't be that simple.
We should probably flip `macos` and `windows` back out of `can-fail: true` mode, now that they're reliable again. (This week.) That way, we won't miss the next time they get...
@MarcelWilson > I tried > ```dot > edge = pydot.Edge(color="grey50") > graph.add_edge(edge) > ``` > but that only results in the following: > > ```dot > -> [color=grey50]; > ```...
The first concerning thing is that the latest packages are signed with unsupported SHA1 signatures, instead of SHA256 signatures like the previous builds. Note the difference in the "Signature :"...
Oh, I didn't realize this was originally about 2112, which I have successfully installed. Based on the install date, I would've installed it under Fedora 42, which may be why...
Ah, I see sublimehq/sublime_text#6669 already has all this covered. Hopefully the new build infrastructure will be ready soon.