Hugo van der Merwe
Hugo van der Merwe
Another option: git-clang-format is able to format only the changed lines, instead of the whole file. (If I find the time and energy, I might eventually experiment with this a...
Is there a way to virtually "buy @nevenz a coffee" as a thanks for this app? Seems to be a labour of love? 😊
I'm seeing this problem too, but it also looks like it _isn't_ entirely nonsensical: - When running with ALSA, the StreamInstant's _generally_ seem to start at zero, except for that...
Orgzly does support recurring tasks. Is that newer than this feature request? If not, I'm not sure I understand this request. I also enabled logging of each time I mark...
I commented everything out except `prettier --write`: ``` $ cat lint-staged.config.mjs export default { '*.{ts,vue,js,jsx}': [ // 'eslint', // () => 'tsc --build --noEmit', // 'vitest related --run', ], //...
Let me know if this is not what you're looking for: ``` $ npx lint-staged --debug >/tmp/lint-staged.debug.log 2>&1 ``` [lint-staged.debug.log](https://github.com/user-attachments/files/20628569/lint-staged.debug.log) This time my config was: ``` $ cat lint-staged.config.mjs export...