laund

Results 200 comments of laund

> ol.d.ts was added because someone demanded it From what i can tell, my usage is exactly the same as theirs. I just happen to have downloaded the types using...

I gave it a solid shot, but i just can't figure out a way to make this work without editing every original source js file which includes a mix of...

I'm not sure this move was correct. I just tested with the "Pyright" extension (while Pylance is uninstalled) and it has the exact same issues. This is also not about...

as for repro, not sure how to provide one... its really just ```py from collections.abc import MutableMapping MutableMapping.get ``` and then hover over `.get` to see the lack of docstrings....

I am very much in favour of this, as it would be incredibly useful to me quite commonly. For me, one of the biggest use cases would be inline usage...

maybe limit it to commands that are meant to respond with some content, like tags, docs, pypi

Seems like this is this issue: https://github.com/twitchyliquid64/usbd-hid/issues/72 you can probably fix it by running "cargo update usbd-hid" in the top-level folder, though this may cause other issues if updating that...

> goes against how every single other existing terminal emulator behaves Since i stumbled across this issue looking for a terminal with *basically this feature*, heres some other terminal emulators...

@jackpot51 i just compiled the version with your Ctrl+C change and it works just as I'd expect, very nice! Now, hitting it twice will send SIGINT.

Seconded, i'm searching for a terminal which supports this (and some other features). Other examples of this: Kitty: you can bind a `copy_and_clear_or_interrupt` action WezTerm: Lua callback function in config...