ppom
ppom
### LSP client configuration {} ### Eclipse.jdt.ls version irrelevant ### Steps to Reproduce Give an empty config. I think this line causes the errors, because it uses `config.cmd` in the...
Closes #877 I'm quite happy with this addition! I hope it'll save some time to newcomers. However, I'm not convinced that the page belongs in 'Your first SQL website' directory....
### Introduction I can't use prepared statements with SQLPage and SQLite's FTS5. Here's my simplified schema: ```sql CREATE TABLE memes( id INTEGER PRIMARY KEY, alt TEXT ); CREATE VIRTUAL TABLE...
### Introduction The `sqlpage.link` function, when passed a list of parameters, serialize the values of the list with their JSON `"`, which are then percent-encoded. I think they should not...
Hi! After trying to put a table-valued result in a `SET` variable, I think I understood that a SET variable can only store scalars, at least on SQLite: Here's a...
### Describe the problem to be solved I operate a small instance of curated videos that can be looked in any order. To improve video discovery, I want videos to...
The official Dockerfile uses node:18, which [will be EOL soon](https://nodejs.org/en/about/previous-releases). Maybe it's time to switch to 20, or straight to 22, which is current LTS? I became aware of this...
While discussing at the CHATONS camp with YNH contributors, we mentioned some admins having "app gluttony" and installing many apps. Some of them will be unused and bitrot. Maybe it...
I just adapted the Nginx configuration written in #541 to Caddy: ```caddyfile root * /var/www/html request_body { max_size 50MB } # Files @files { path /assets/* /media/* } file_server @files...
Hi! I switched several backups from restic to rustic, and I love it, many thanks! Converting my last repository, which had a lot of backup path, I stumbled across this...