AprilGrimoire

Results 12 issues of AprilGrimoire

![image](https://user-images.githubusercontent.com/47601131/233785861-afaf9567-2664-494f-b08f-75545957d534.png)

[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 ![Image](https://github.com/user-attachments/assets/8817583f-358d-4dfe-9013-03e1d9323c0f) ### 软件版本 / Verge Version 2.2.1-Alpha, Downloaded at 19:32 UTC+8 2.2.0 ### 复现步骤 / To Reproduce Install the latest version. Not sure whether...

bug

### 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))...

change request
model

**Idea or feature request** I want ```typ #set diagram(axes: (ttb, ltr)) ``` However currently I get ![Image](https://github.com/user-attachments/assets/e3e02b4c-bd93-473c-9d78-7ea039813459) **Alternatives you've considered** Now I could only do ```typ #import "@preview/fletcher:0.5.7": diagram as...

enhancement
waiting

**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,...

enhancement

```typst #let definition = thmbox( "theorem", "Definition", fill: rgb("#66ccff"), ) #let theorem = thmbox( "theorem", "Theorem", fill: rgb("#f2a6d7"), ) #theorem[ #definition[ ] ] @Test ``` Resulted in ![Image](https://github.com/user-attachments/assets/4d2ff052-4a17-456c-ab84-bd8810cbb62e) 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),...

enhancement

### 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...