Gordon Smith

Results 119 comments of Gordon Smith

``` { "options": { "directed": true, "multigraph": true, "compound": true }, "nodes": [ { "v": "_w1417", "value": "Disk Count\n'...::VOCABULARY__p2621957508'", "parent": "_w1871" }, { "v": "_w1420", "value": "Store\nInternal('a2')", "parent": "_w1871" },...

FWIW In my case it seems related to having uncommitted changes in the folder being published.

That is similar to what I had, but I wasn't specifically using `RuleContext`, if that is typed correctly (with alias support) that is probably 80% of what I am looking...

@ThomasJez could you grab the generated SVG from the broken Firefox and a working one and compare? My assumption is that the SVG will be identical, which probably means that...

Also how does it look if you change the Default Font to Arial? ``` digraph structs { node [shape=plaintext fontname="Arial"] struct1 [label=< ... ```

Finally if you press F12 and select some overflowing text in a "broken" browser, what font is it using on the CSS Computed page? ![image](https://user-images.githubusercontent.com/966863/180441729-066b286c-5cd1-4fa4-8532-f606b66c8e44.png) Note: The command line dot...

FYI - I am getting this also - but only on my mobile device, the browser on my PC works...

Another one, which is resolved in newer version of marked: ``` - [ ] foo - [X] fooxx ``` Should be: - [ ] foo - [X] fooxx

I would like to second this - any reason its not part of the standard library?

@mootari - I think this was closed in error - or has the fix not made it to the site yet?