Emily Marigold Klassen
Emily Marigold Klassen
I have figured out some workarounds: I use `direnv` to load `nvm`, though these solutions may work for other node version management tools. For running tests without debugging, the following...
Here's an alternate `_tig` completion script which uses the [zsh authored completions](https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_git): ```sh #compdef tig #description tui for git _tig() { _arguments -C -S -s \ '-C=[start in path]' \...
Cool. I'll probably submit them to https://github.com/zsh-users/zsh-completions instead of core zsh.
I can think of 3 possible solutions: 1. allow commands to be run via cli flags: https://github.com/helix-editor/helix/discussions/10021, use `:set editor.atomic-save false` 2. (simpler version of (1)) allow configuration flags to...
in 22.13.0 (LTS), the flag is also now enabled by default.
Ah, yeah, looks like it's pretty new, and was added in 24.03 - https://github.com/helix-editor/helix/pull/8875
Luckily, I know a reasonable amount with ESLint plugin development, and as long as i find the time, i'll work on this. (i'm a co-worker of @haggholm)
CI is showing the following: ``` Error in fontagon Error: /home/runner/work/DefinitelyTyped/DefinitelyTyped/types/fontagon/index.d.ts 2:38 error [email protected], 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6 compile error: Cannot find module 'svgicons2svgfont' or its...
I think the playground has been removed? if anything, i cant find it anymore.
I mainly use it when setting up a new project or changing settings. The playground was absolutely essential for me to adopt graphql-code-generator, as the immediate feedback is very useful,...