Austen Bolitho
Austen Bolitho
> @Pratyush Should I bother implementing `CryptographicSponge` for the Fiat-Shamir hash function found in `rng` or should I rip this all out in favour of Poseidon? > > Edit: I...
> Any updates on this? I am ready to take any necessary steps to make it ready to merge. @Pratyush @mmagician Go right ahead! I guess you can make a...
```typst #let mycontent(show-image: true) = cetz.canvas( { if show-image { content((0, 0), [#image("assets/decision-tree_1.png")]) // Draw a circle and place its "west" anchor at the origin. }; circle((0, 0), anchor: "west")...
@AnnLIU15 This would have be be repeated on a theme-by-theme basis which is not great. I think the only real solution would be to refactor the code so that `logic.typ:polylux-slide`...
I have tried implementing this, but ran into the problem that I need to replicate the `weak: true` argument of pagebreak using page. By inserting a weak pagebreak, i think...
> > I'm experiencing similar behavior when I turn my monitor off an on, except only the bar disappears (I'm still able to invoke a e.g. launcher widget from the...