Will Bender
Will Bender
I'd suggest just switching to `c8` for coverage. That worked for me with esbuild and esbuild-runner
I've solved this using bash. Doing a diff directly in prettier sounds pretty complicated. **prettier_diff.sh** You can use this in CI or a pre-commit hook https://gist.github.com/Ragnoroct/943bda9ed238c2919e751393ffcb2a72 **one-liners** ```bash # gnu...
Dumb mistake on my part was running webpack on docker without opening the port for the webpack-livereload-plugin server. Forwarding that port fixed the ERR_CONNECTION_REFUSED
I've created a PR to fix this. I've set it up so that the first separator found is the one used. So input of `my/separated/note\with\both` is interpreted as `my/separated/note/with/both` And...
Note: This can be worked around by including this in your settings. ``` "remote.extensionKind": { "patricklee.vsnotes": [ "ui" ] } ```
I think this solution just reverts the keyring changes right? Is that what we want? I thought it was to just make the free key slots not show up in...
This is the solution I came up with. It hides both the `Key` section and the `Key` slots in the `Free space` section when you toggle it's visibility. ```diff From...
Here's a git workaround to temporarily ignore volta's changes to package.json `git update-index --assume-unchanged package.json`
I'm having the same problem. del: Deletes single character in front of cursor backspace: Deletes whole word behind cursor ctrl+backspace: Deletes single character behind cursor Using a fresh version of...
Both are connected to the docking station, one using an hdmi and the other using displayport. The docking station is connected to the laptop through the thunderbolt connection.