Niklas Mollenhauer
Niklas Mollenhauer
It works on my machine: ```shell $ particle update-cli --help Update the Particle CLI to the latest version Usage: particle update-cli [options] Global Options: -v, --verbose Increases how much logging...
Was this fixed in #511?
I think it looks like it is intended that one can upload more file types: https://github.com/particle-iot/particle-library-manager/blob/master/src/libcontribute.js
# Summary Currently, Winforms does not offer an API to set the progress of a taskbar entry. @weltkante poited out that [WPF already has a API for that](https://docs.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbariteminfo?view=netcore-3.1). We try...
Thanks for your feedback! I've taken a look into the grammar of graphviz:  ([src](https://www.graphviz.org/doc/info/lang.html)) If I'm not mistaking, according to the grammar, comma-separated node IDs are not valid. Instead,...
> due to how subgraph discard the port information. Yeah, I also noticed that after posting. Thanks for your link, I've asked on their forums about that: https://forum.graphviz.org/t/comma-separated-list-of-node-ids/1085 I've also...
I cannot reproduce this issue. What I can reproduce is that the PNG export doesn't even offer a download for that graph. SVG works as expected.
Everything on edotor runs client-side, so in the browser. Maybe it's a limitation by the browser that causes the issue. But maybe it's graphivz. The used browser-side renderer hasn't been...
> you mean graphviz is delivered to browser as (a) full javascript script(s) ? Yes. edotor is an entirely static website consisting of HTML and JS. There is no backend...
Thanks for reporting this issue! It seems to be a problem with the editor component, Monaco: https://github.com/microsoft/monaco-editor/issues/1548 https://github.com/microsoft/monaco-editor/issues/1591 I guess we have to wait for this issue to be fixed.