chrillek
chrillek
The bug doesn't seem to be related to the MD document at all. I can trigger it with a very simple one line document like `A simple test`. curl runs...
I’m currently not at home. Let me try that in about two weeks time, please. > Am 21.09.2022 um 07:15 schrieb David L. Day ***@***.***>: > > > @chrillek...
Hi, I reinstalled the language tool linter as well as LanguageTool itself. The latter runs in a Docker container on a Synology workstation. In VSC, I used a very simple...
The workflow explicitly depends on `/usr/bin/python`. That can easily be fixed to point to the correct Python binary.
It might be possible to use a `@supports`: ``` @supports(margin-inline-start: -16em) { .book-menu { margin-inline-start: ... } } @supports not(margin-inline-start: -16em) { .book-menu { ... something else ... } }...
> Any ideas how I can make it bold? I'd use CSS for that. > I'm thinking maybe it would be better for the default to make it bold? Not...
I'm not sure if that's actually enough. There is `lgQuery.html`and `lgQuery.append` that (can) insert raw HTML into the DOM via `innerHTML`. And those are the places Chrome is complaining about...
> 1. Things like "page variables" are not variable. They are immutable within a template. Why not call them "properties"? That doesn't imply mutability (I think), but still permits to...
Well, if they _are_ methods… I doubt that kind of terminology helps clarify things, though. A getter like `.Title` behaves in every way as a read-only property. Whereas `.RenderString` _acts_...
Currently, the introduction to modules reads > Hugo Modules are the core building blocks in Hugo. A module can be your main project or a smaller module providing one or...