Alexander Wang

Results 443 comments of Alexander Wang

another use case is slowing down animations when too many https://stackoverflow.com/questions/53399421/svg-animations-sluggish-poor-performance-in-chrome

That's a good idea. Like Python's built-in simple http server. There's a lot to do before this though so if someone with Go experience wants to give it a try,...

Sorry yes. No blockers for this. Should be relatively straightforward to base off of https://github.com/terrastruct/d2/blob/master/d2cli/watch.go#L483C27-L483C45 . Definitely don't want any new dependencies (e.g. a web framework).

@MLNW I can't reproduce. I exported to ppt and this is result: Am I misunderstanding the issue? Do you mean you made an SVG with D2 and then imported that...

Hm VSCode extension needs to support the option. Can you file this issue in https://github.com/terrastruct/d2-vscode/issues ?

Thanks @BadgerHobbs , can you sign your commit please? It's unverified currently

@bo-ku-ra i opted not to, because of the use case of letting people "tag" things arbitrarily for post-processing. (https://github.com/terrastruct/d2/issues/566). Basically any class defined gets added as a "class" in the...

okay i'll leave this open for consideration in case anyone else +1s it

This is desirable but extremely difficult. Since we measure markdown dimensions manually without the aid of an HTML renderer, we don't know what the height will be if we set...

@bo-ku-ra Unfortunately not, these are HTML/CSS web things, and D2 avoids that dependency to measure texts. Thanks anyway