Jonathan Neidel

Results 73 comments of Jonathan Neidel

```php @OA\Parameter(ref="#/components/parameters/pagination--limit"), @OA\Parameter(name="page", in="query", description="Which page?", required=false, @OA\Schema(type="string")), @OA\Parameter(ref="#/components/parameters/channel-id"), @OA\Parameter(ref="#/components/parameters/version"), ``` ```json "parameters": [ { "$ref": "#/components/parameters/pagination--limit" }, { "name": "page", "in": "query", "description": "Which page?", "required": true, "allowEmptyValue": false,...

For people with the same problem: our solution was to create a custom attribute: ```php

My site has a few more pages and images to process: ``` | EN | DE -------------------+-----+----- Pages | 53 | 18 Paginator pages | 1 | 0 Non-page files...

It reproduces in emacs. If the file is very short it does not happen. Otherwise I can reliably reproduce it in both editors. Feel free to try it with my...

Can confirm it also happens with gedit.

I don't think it's so much about project size, but about the contents of the page to be regenerated. I tried the documentation repo and can't reproduce it there. It...

I had already tried `--renderToMemory` and I tried it again and can still reproduce. My build time is significantly slower at 90-200ms. Maybe a [video recording](https://github.com/gohugoio/hugo/assets/25589715/362ae380-955d-4472-82bf-59ad1c1d403c) helps? --- OS: ```...

I retested this just now. In brave (with a bunch of browser extensions) I get no reloads at all. In firefox, chromium, brave private window (some extensions) **reloads works as...

Makes sense to add them, but please submit a PR doing so.

This would also allow for usage with tmux. Since even though I'm using kitty, I can't use this because icat does not work through tmux.