Qwerty (Vítězslav Ackermann Ferko)

Results 99 comments of Qwerty (Vítězslav Ackermann Ferko)

Agree. I have reported it as an issue yesterday. Selection tracking history sounds reasonable and is a good feature request.

`Alt+←`/`→` is a cursor position history. It would be nice to undo/redo expansion on these keys as well.

While this gives me type hints inside the function (thanks @mccallofthewild ) ```ts export default (({ withIcon, children }) => { return {children} }) as React.FC ``` I would still...

Hello guys, I just downloaded the archive and launched it on my system for the first time and I got the same error and some more. I am happy to...

I don't understand why this is being ignored so much, yet it is being requested times and time again. Surely it also can't be such a difficult request, since the...

The editor would also not pop up for me automatically, but I was able to click on a banner in the gitlens side panel to open it by hand, even...

I used the link and it gave me wrong color. ![Image](https://github.com/user-attachments/assets/f9e551ac-cdbc-4c4d-a4f2-05793916c671)

@shuaiyuanxx What do you mean by "picking color from another device"? I can hop on a call with you if it would help you and share my screen. I do...

Same with snaptik just now. Any video available via ytdlp is either download with much smaller size (I am talking about 7MB vs 167MB or 3MB vs 86MB), and often...

Minimal reproduction [typescriptlang.org/play?#](https://www.typescriptlang.org/play?#code/JYOwLgpgTgZghgYwgAgPIAczAPYgM7IDeAvgLABQFoksiKAClNugYRcsolrgFxHsdkACgCUfAG7ZgAEwEchICAHcM3fH3pwoWOABsAPKpz4AfGLSZjeAWXK2K0iAl1aUCXHjDIAHhqYsKd3wvOGQAXh8AOi5jIRIRZAB6ROR3KCgnMF0ATz4jD0CPLwAjcKiY3FFBZNTsdMyciSlZSnJvaIQ1MoVlfPwEsJMiJJSAUXS6vgAVLQBzCC88YFmQODAAVwzkdCZxGQgCMGxsZBhlTihZ9YBbCHA8SORR73RMiGlkAEZkOuRruogABpkMV1l5ZtgvAAGSJCABMAGY4XCRAJgDBhIoVJYPAk2ORBMgMhsoCBkFi+tYCchbBxiZsQBRiEA) ```ts interface Options {} interface Props { action: { (): void (newOptions: Partial): Options } } declare const x: Props const a = x.action({}) // correctly: Options...