Duncan Holm

Results 45 comments of Duncan Holm

Isn't ^W as "dumb" kill-word a conventional Unix CLI binding as old as time? (like its friends ^H ^D ^U ^K). From that perspective, the issue is that what's currently...

Got it. Speaking of Readline, I guess the following in Bash shows an everyday comparison of C-w and M-backspace. `$ cat path/to/something` With the cursor after the path, C-w will...

Thank you for the explanation. I suspected that maybe a 2nd repository would be required, and I agree that's too much hassle! > On 4 Sep 2021, at 22:54, Iizuka...

The mentioned ability to configure a default issue assignee would make a lot of sense for when a single developer works alone on a project but still wants to use...

This is a serious bug for a Markdown file viewer to have ...!

This is big. As it stands, the user gets a major punishment for making any typo or error in their code. Hitting save is like Russian Roulette!

Eduard - obviously you've thought about this way more than me. But what about, if in HMR mode, an Elm compiler error is simply shown in the Terminal only and...

Can I just advocate that when there is automatic fallback behaviour (e.g. `lsp_symbol_definition` -> `goto_definition`), that it's at least made possible to disable that? Because otherwise, as a (power?) user,...

When using [flow](https://flow.org) with its stuff as [comments](https://flow.org/blog/2015/02/20/Flow-Comments/) (so that the source remains valid javascript), removing _unnecessary_ parenthesis nukes its [type assertion expressions](https://flow.org/en/docs/types/casting/#toc-type-assertions). i.e. `(x /*: number */)` turns into...

@lydell This issue was linked from another one as the locus for unnecessary parenthesis stuff, so my comment was not a *total* drive-by :) Your link shows a type on...