Christoph Thiede

Results 302 comments of Christoph Thiede

Before, all keyword arguments _after_ the command were silently ignored. While `swth --dry-run go` did a dry run as expected, `swth go --dry-run` did an actual run. It's just about...

> The options ought to come _before_ the command, because all arguments after the command are intended to be passed through. Ah, now I see! Thanks for the explanation! Do...

I did not find a generic way for that using `pkg-config`. I just replaced the subshell in https://github.com/krono/swathesis/blob/08dfb005c9f983c20225fddf6d968bdcb4e22641/swth#L371 with ```bash ~/bash_completion.d ``` but that looks odd ...

I would opt for documenting the cache duration. I was a bit surprised that https://wttr.in/?format=%T does not update - is this expected behavior?

Here is the logs, but I find them quite overwhelming :D DetailsThis is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.8.9) 18 SEP 2024 18:19 entering extended mode \write18...

Awesome, how did you find this? I have further narrowed this down to `\usepackage{colortbl}` and reported the incompatibility here: https://github.com/lvjr/tabularray/issues/512 So I can work around this by doing the following...

Similar feedback: > I'm currently reading Squeak by Example and would like to point out that the typographic convention is mentioned too late on page 36. On page 20, it's...

Interesting, thanks for sharing! Am I qualified to ask one or two questions? :-) 1. About: > Still need to decide between named inst vars (using inst var names from...

@codefrau Very interesting read, thank you! :-)

Do you see any error messages in the browser console (e.g., F12 in Chrome)?