Daniel Thwaites
Daniel Thwaites
Use pre-existing marks to create suggestions. They only need to appear as children of the start node, since making other movements and then jumping to a mark wouldn't make sense.
`H` and `L` accept a count to change the number of lines from the top/bottom.
Say we start on `[` at the end of line 2, and find a path to the beginning of "weight" on line 13. https://github.com/AlphaMycelium/pathfinder.vim/blob/59a07b40981cec9f5f12c6472b8065bc328731d7/plugin/main.vim#L1-L14 The pathfinder returns `2*`. That is...
Agenix should decrypt secrets before `boot.loader.grub.users.«name».passwordFile` is required, so that a password for GRUB can be set. (Currently, a workaround is to run `nixos-rebuild test` before `nixos-rebuild switch`.)
*Splitting https://github.com/relekang/python-semantic-release/issues/109#issuecomment-586504170 off into a separate issue.* I'm having some trouble getting release notes to publish to GitHub. Here's the relevant section from the debug log: ``` Updating changelog New...
## Description Pass breaking changes to components in a separate list to the changelog. ## Use cases - Allows breaking changes to be more easily displayed using a separate component,...
## Description Allow some way of adding extra details into the changelog, similar to the text I added manually to [v6.1.0](https://github.com/relekang/python-semantic-release/releases/tag/v6.1.0). This would be done via the commit message. ##...
## Description A simple option to add text such as "*This release is available under the MIT license.*" to the end of the release notes. ## Use cases - License...
As suggested [here](https://github.com/AlphaMycelium/psr-action/issues/4#issue-565453177), it would be useful to have the option to differentiate between multiple projects within the same repository when posting changelogs. I think the most plausible solution is...
I came across this case while testing #5: ``` [W07] Warning: This function expression is eta reducible ╭─[/tmp/test.nix:10:16] │ 10 │ test7 = arg: otherArg: function arg otherArg; · ───────────────┬───────────────...