Darren Burns

Results 182 comments of Darren Burns
trafficstars

`tree-sitter-language-pack` appears to be ~700MB, so that's probably not an option 😆

Could you share a minimal example of how you encountered this error?

I think I wasn't 100% satisfied with the behaviour without support for chaining on the mouse down event (there's a brief moment where the cursor jumps when going from a...

I could see reasons why I wouldn't want this. If I've got the highlighted item scrolled out of view, it might suggest I'm reading other items in the list. What...

This is due to the automatic tab switching added in https://github.com/Textualize/textual/commit/9a2854945438847fed9a03900c022f9f1535a570 - when you focus a widget that's inside a tab, the tab is automatically made active. This is clashing...

As far as I remember we agreed when that feature was first added that we weren't going to check that the button was actually visible on screen.

> In my opinion, proper solution would be to change vscode keyboard shortcuts. We're definitely not going to get into the business of having different keybinds for different terminals/environments. If...

> A reasonable compromise position might be to stop blocking Ctrl+C? You can still assign `ctrl+c` to the quit keybinding if you want. It won't be blocked unless an `Input`...

`ctrl+q` doesn't work for me on MacOS. @willmcgugan I think you've got some keys rebound or something as the delete line thing also didn't work in your VSCode the other...

Also no, unless I set `"terminal.integrated.sendKeybindingsToShell": true` in my config. I'm guessing you have that set @willmcgugan?