Jens Tinggaard

Results 2 issues of Jens Tinggaard

Currently the package does not support LTR layouts This breaks the layout: ```typ #import "@preview/drafting:0.2.1": * #set page(width: 10cm, height: 5cm, margin: (right: 2cm)) #set text(dir: rtl) #set-page-properties() #lorem(10) #margin-note[I...

### Describe the bug The `bind:` reactivity of an array (with indexing) breaks when the `bind`s are placed inside `boundary` that does asynchronous work. Note that this **only** happens when...