Benjamin Wuethrich
Benjamin Wuethrich
For your second point, it looks like this is Pandoc behaviour as intended, according to jgm/pandoc#3573.
Micro-improvement to the workaround that leaves blank lines alone: I have some YAML files with comments preceded by two blanks, like the SemVer comments left by dependabot when you reference...
> Hello @bewuethr, I have thoroughly tested the workaround you provided, and it demonstrates excellent functionality, effectively addressing the initial issue. However, I have observed that it does not preserve...
I see similar issues with discrepancies between `paginator` and `page_trail`, missing slashes and redundant `index.html`. This is my `_config.yml`: ```yml title: Your awesome title email: [email protected] future: true plugins: -...
Coming to think of it, I could probably test this with a separate Make target. Would that be an option?
I see it also failed shfmt. I can figure that out. What's the preferred way here, add new commits and squash before merging, or always squash into a single commit?
Commit linting fails because the test data doesn't pass ShellCheck, shfmt and other linters, what's a good way around that?
I have moved the test files, updated the tests, and rebased on latest `main`. I'm a bit stumped by the errors like ```none \"Command\": \"bash-exec /github/workspace/test/data/detect-files/noShebang.sh\", \"V\": [ \"/github/workspace/test/data/detect-files/noShebang.sh\" ],...
I think they passed 😅 Do you want me to squash my commits now, or are we adding the last tests first?
Hmm, it looks like it's swapping the filename and the library flag; it seems that `LINTER_COMMANDS_ARRAY_BASH_EXEC` gets options added before filenames, and because both are positional, `FILE` ends up being...