AprilGrimoire
AprilGrimoire

[https://discourse.nixos.org/t/how-to-use-home-manager-with-nur/26941/4](url) Some NUR repositories don't have overlays, which require another method to install.
It takes a uint32, but its meaning isn't documented.
### 问题描述 / Describe the bug  ### 软件版本 / Verge Version 2.2.1-Alpha, Downloaded at 19:32 UTC+8 2.2.0 ### 复现步骤 / To Reproduce Install the latest version. Not sure whether...
### Description ```typst #set enum( numbering: (..numbers) => { let numbers = numbers.pos(); if numbers.len() == 1 { return numbering("1.", numbers.at(0)) } if numbers.len() == 2 { return numbering("a.", numbers.at(1))...
**Idea or feature request** I want ```typ #set diagram(axes: (ttb, ltr)) ``` However currently I get  **Alternatives you've considered** Now I could only do ```typ #import "@preview/fletcher:0.5.7": diagram as...
**What kind of diagram are you wanting to make?** ```typ $ #diagram( axes: (ttb, ltr), edge((0, 0), (0, 1), [Hello], "->", label-side: left), edge((0, 0), (0, 1), [World], stroke: none,...
```typst #let definition = thmbox( "theorem", "Definition", fill: rgb("#66ccff"), ) #let theorem = thmbox( "theorem", "Theorem", fill: rgb("#f2a6d7"), ) #theorem[ #definition[ ] ] @Test ``` Resulted in  But `Theorem...
**What kind of diagram are you wanting to make?** ``` #diagram( node((0, 0), $c_0$), node((1, 0), $c_1$), edge((0, 0), (1, 0), "->", $f$), edge((-0.5, 0.5), (1.5, 0.5), "--"), node((0, 1),...
### Describe the bug Haraka creates directory `queue` with root privileges instead of correct dropped-down privilege. ``` 11:15:21 root@aprilg Haraka ±|✔|→ ls -al total 556 drwxrwxr-x 1 haraka haraka 808...