Daniel Bosk

Results 34 comments of Daniel Bosk

+1 on using the EDITOR env variable. [First VISUAL, then EDITOR.](https://unix.stackexchange.com/a/4861/43490) If none of them are set, go for a default or tell the user to set either.

Sounds reasonable. I was thinking about creating the organisation for a course in autumn and realized I don't know what settings I must adjust (on gits-15, for now).Maybe it's documented...

Thanks for the pointers to the documentation!

Seems like there is not much setup that must be done, just that members privileges option.

I used DeepSeek-r1 through `ollama`: ```toml [r1] api = "ollama" model = "deepseek-r1:14b" char_limit = 200000 [[r1.messages]] role = "user" content = "..." ``` The thinking gets part of `sc`...

Beamer overlays allows certain content on a slide to be hidden and shown as progressing through a slide. Like animations. Say that we have a bullet list. First we show...

The problem is that `formasaurus` version 0.9.0 isn't on PyPI. See: - https://github.com/TeamHG-Memex/Formasaurus/issues/30 - https://github.com/TeamHG-Memex/Formasaurus/issues/26

> Have you played with JPlag at all? Nope. There was a talk at KTH.

I can add that it's the same in code chunks, not just quoted code. ``` = cmd --arg @ ``` Here `--arg` would also be typeset as `-arg`.

`>>` (when not part of a chunk) is typeset as », but `>` is typeset as >. Not sure if that's intended. I would be fine with » if >...