Alex Rattray (Stripe)
Alex Rattray (Stripe)
_Hijacked by @JoshuaKGoldberg on September 4th, 2023: see https://github.com/dmnd/dedent/issues/12#issuecomment-1705819025. Now accepting PRs for a `dedent({ recursive: true })` option._ --- ```jsx const a = dedent` hello world `; const b...
Hi, There are tools which can convert sublime text syntax packages to work with Atom and VSCode. These tools are increasingly popular for frontend development. babel-sublime is the root of...
Coming from https://github.com/eamodio/vscode-gitlens/issues/389#issuecomment-395540273 I would like to be able to view the diff output of many files in a single editor tab, ideally in side-by-side mode. For example, if I...
This code results in broken syntax highlighting for all following code in the file: ```jsx const foo = (x: Foo) => { return x + x; }; ``` I have...
current behavior: github's behavior here is a bit better: ```js `hello ${world({ one: 1, two: 2, })} how are you` ``` specifically, the `${}` characters should be a different color...
Both of these semantically-equivalent bits of code are broken: ```jsx ``` ```jsx ``` Neither is broken when another character exists between the `\` and the closing quote. I work around...
When making a large, mostly-straightforward codemod, clicking "enter" in rapid succession is the only tolerable modus operandi. Sometimes, I see things that look potentially problematic, but my feeble human brain...
It would be helpful to be able to quickly review the paths of the files which had changed and which had been ignored.