John Canning
John Canning
I find similar behavior but it depends on how I initialize the nodelist object. Copied nodelists have the problem but not ones built by parsing code. Here's a trace to...
For the weighted graph, the adjacency matrix cells are editable text entry areas. Those are showing the background color, although they are surrounded by frame of the default background.  There appears to...
After installing Python 3.9.13 on a Mac with an M1 (Apple silicon) chip using homebrew, this problem disappeared. In other words, the menu title shows up when the application loads....
Separate issue that might be resolvable: the local variable named `path`in the `minimumSpanningTree` method is not shown. The `depthFirst` method yields its internal stack as the value that is bound...
The weighted graph visualization tool buttons are much narrow. For example:
Here's the key difference in `yaxception.el` between commits 21a36020c and 5785abd30. ``` -(defun* yaxception:deferror (errsymbol parent errmsgtmpl &rest tmplkeys) - "Define custom error. - -ERRSYMBOL is symbol for custom error....
I put a corresponding issue, [Missing definition of yaxception:deferror cause bug](https://github.com/aki2o/emacs-tss/issues/31), in the [emacs-tss repo](https://github.com/aki2o/emacs-tss).