uben

Results 9 issues of uben

## What if dictionary keys can be integers? ```typst #let foo = (0: [Hello World], lang: "en") #let bar = ([Hello World], lang: "en") ``` Then, expansion could affect positional...

scripting
proposal

In Helix editor, when writing any file format that support embedded languages like raw blocks in markdown or typst: ```md ```typst _ - ``` ``` It causes a segfault when...

# Simple grammar = maintainable grammar This grammar has to be maintainable. To be maintainable, the grammar has to be simple. One way to keep things simple is to do...

I'm just beginning to use CeTZ (awesome job BTW 🤩) and I could not find how to center rectangles. Maybe it's just a skill issue 😶‍🌫️ ```typst #rect((3, 0), (0.8,...

question

In raw blocks in Typst and other markup languages like Markdown, the `typc` and `typm` syntax indications, correspond to Typst's code and Typst's math. Currently, the Tree-Sitter syntax only recognizes...

What are all the changes introduced by 0.12? - import notation ```typ #import "foo.typ": bar.boo #import "foot.typ": (bar, boo) ``` - anything more?

A great LSP for Typst is tinymist. The README should suggest to use it and redirect to their repo.

The grid gizmo isn't rendered properly when either the x or y outer edges are activated (but not when both). ## Config bevy version 0.16.1 `AdapterInfo { name: "AMD Radeon...

C-Bug
S-Needs-Triage

The files I have to send are generated inside the program and writing them to the disk to read them immediately after is not ideal, especially because it also requires...