Margret Riegert

Results 233 comments of Margret Riegert

I have merged this with the current master on my fork [here](https://github.com/nobodywasishere/netlistsvg/tree/hierarchy), fixing merge issues. I've tested it extensively and the only issue I've run into is a stack frame...

Yes, both ghdl-yosys-plugin and ghdl synth exist, the latter able to be used standalone.

If it helps at all, how I ended up adding multi-root projects to the vscode extension is by running the dependencies tool on each of the targets in the shards.yml...

https://crystaldoc.info/github/crystal-lang/crystal/1.10.1/toplevel.html#pp%28object%29-class-method

Just to clarify, are you using the latest release or the latest from master?

Should multi-line symbols be allowed by the compiler? They would be very inconvenient to use.

In the `Crystal::Doc::MarkdDocRenderer renders html with sanitization renders "![foo](/url 'title\" >alert(\"hello world\")')"` test, some of them pass (not escaping < and >) while others fail (escaping < and >), which...

This needs to be updated to use git subtree instead of raw copying the sanitize shard files

I just tested out what code blocks look like with the current generation and it appears to be preserving the classes defined on the code/span tags: ![image](https://github.com/crystal-lang/crystal/assets/32797552/2ff33c5e-e43d-443c-84c8-5e5d1dbb683a) Double checking the...