Alexander Wang

Results 267 issues of Alexander Wang

the added test fails before this with ------------ i originally found this in D2 when i added tests for watching and --race started failing but the code seems to be...

bug

2 options: 1. scale with `font-size` 2. introduce a new `icon-size` I suspect (1) is right

good first issue
feature

https://github.com/terrastruct/d2/discussions/1920

```d2 shape: sequence_diagram client: Client Server reverst: Reverst Tunnel user: End User registration handshake: { client -> reverst.handshake: RegisterListenerRequest reverst.handshake -> client: RegisterListenerResponse } tunnelled request: { user -> reverst.req:...

good first issue

no need for it given `md`

```d2 **: null { &class: resource_ec2 } ``` useful for c4 stuff

e.g. ## cat.d2 ```d2 a scenarios: { b: { meow } } ``` ## dog.d2 ``` ...@cat ``` and then you do `d2oracle.Set` on `dog.d2` with board path `b`, changing...

## index.d2 ```d2 a: { link: layers.b } layers: { b: @c } ``` ## c.d2 ```d2 d layers: { e: { f } } ``` `d2 --watch index.d2` and...

bug

Currently the `animated` keyword works on connections to make them appear animated in SVGs, but it doesn't work in GIF. GIF only works for multi-board diagrams. Reasonable for GIF to...

feature