James R Swift

Results 10 comments of James R Swift

Done, Updated first post aswell

> This is very useful especially for servers that wants to hide specific tools. > Spawnmenu is hard to customize so this hook will definitely help. Thanks, though this was...

The rest of the data is also incorrect, however, I included only the most recent for brevity.

A primitive such as ```line``` (similar to ```par```) would be a great addition for per-line styling, which would also enable a modification of adding a number offset into the margin...

Indeed, good catch! Something like that but not just for raw

> Makes sense. In the meantime, you can do something like this: > > ```typst > #let lorem-pars(n, each: 4) = { > let sentences = lorem(n * each *...

Behaviour is even more weird when adding extra `#show-step` calls after the second grid ```typst #let q = counter("question") #let step-show = { q.step() q.display("1") } #grid(step-show, step-show) #pagebreak() #step-show...

Resolved by https://github.com/not-an-aardvark/snoowrap/pull/338

There has been a good deal of discussion on the topic in the academia forge on discord these past few days

> 3. IMO proxies should be removed, `.fetch()` methods are what should be used to fetch content. I think the library API should follow this standard: > ```js > const...