Hugo

Results 1451 comments of Hugo
trafficstars

FWIW, current format is just "a JSON variation", it's called `jsonc`, and actually used by plenty of tools. So I wouldn't discredit is as non-standard.

Off the top of my head, `nvim-coc` uses `jsonc`, as do flatpak manifests ([example](https://github.com/sonnyp/Tangram/blob/main/re.sonny.Tangram.json)). I guess `waybar` also counts on this list really. There's plenty of libraries for working with...

I'm happy to contribute the documentation for this, but I simply don't know the answer to my underlying question: > If Tow-Boot is installed into the SPI of a PineBookPro,...

They're pretty common. Apparently they're bots leaving links to [what I presume is] malware.

I'm using 2.0.0 (from Alpine repositories). I'll give the alpha release a try tomorrow and report back.

The log line from Xandikos reads: ``` 172.17.0.1 [27/Dec/2024:10:41:20 +0000] "PUT /user/calendars/4B5LIYNjhHZcoKOb/itemwith%2fslash.ics HTTP/1.1" 404 226 "-" "-" ```

The last parragraph of https://www.rfc-editor.org/rfc/rfc3986#section-2.2 is relevant here: > URIs that differ in the replacement of a reserved character with its > corresponding percent-encoded octet are not equivalent. Percent-encoding a...

Also relevant, from https://www.rfc-editor.org/rfc/rfc3986#section-7.3: > Percent-encoded octets must be decoded at some point during the dereference > process. Applications must split the URI into its components and subcomponents > prior...

Me parece útil poder exportar los XML de request/response. Alguna vez estuve en tu misma situación y tuve que usar el `HistoryPlugin`, pero fue apilando código así nomás en tests....