ppom

Results 36 comments of ppom

For anyone interested, I got a slightly more integrated version of the snippet above to work on https://reaction.ppom.me/reference.html I made shiki aware of the current light/dark theme: `highlight.js`: ```js //...

You can run `help2man` in your `build.rs` file, as done here (even if it's not the same manual system): https://framagit.org/ppom/reaction/-/blob/1a57481110a456f2015f0c1039c10e8791465d83/build.rs Then copy the man pages using the `assets` attribute, that...

Great additions, I learned new stuff, again :) What do you think about moving the page to the website's root directory?

Just found out about the `$id::integer` syntax by reading [this code](https://codeberg.org/nanawel/zaibu/src/branch/main/src/wine.form.sql#L17). Should it be added as well, or is it plain SQL? I don't know anymore :sweat_smile:

Ok, I wondered because I saw this syntax in the following example, which is flagged as SQLite on the website. Maybe its db engine category is a typo then? https://github.com/sqlpage/SQLPage/blob/main/examples/corporate-conundrum/wait.sql

Hi! I currently don't have enough time to write it but I hope I'll have a first version in 2 weeks 🙂

I just tried to serve W behind nginx too! I came up with this configuration inside the `server` block: ```nginx # Max upload size # This must be set as...

Also restic quietly ignores inexistant paths. I like restic behavior, but I'd understand you prefer exiting with an error instead.

Also ipv6 range ban is now built-in and configurable in reaction