sergeibbb

Results 25 comments of sergeibbb

Hi @axosoft-ramint , @d13 I've started reviewing some issues dedicated for triaging. As I understand on the triaging step we need to figure out if the ticket is lack of...

@axosoft-ramint I've added the description. Is there anything else that I miss?

@axosoft-ramint Question. In the old code I see how the `quickpick.value` affects that groups are being hidden. But I don't see where does the actual filtering happen. Is it provided...

Hi @axosoft-ramint I have 3 questions for you. --- The first is a noob one. What does the returning boolean from the event handler means in a QuickPickStep? ``` onDidChangeValue?(quickpick:...

Hi @axosoft-ramint I have a question for you. The debouncer is designed to be disposable. But do you have an idea where it's better to register it as a disposable...

@axosoft-ramint Right. It's in `LaunchpadCommand` now. I've pasted the wrong name, I'm sorry. So, every time we see that the LaunchpadCommand changes step or gets closed. It's on every `yield...

@axosoft-ramint @eamodio Yeah. I thought that I should control the `quickpick`. However, I'm not sure how to do it right. I get the `quickpick` object each time from arguments. So,...

I've reproduced: Integration is not connected. Nothing happens because it exits when it sees that there isn't a connected integration. In [OpenPullRequestOnRemoteCommand.execute()](https://github.com/gitkraken/vscode-gitlens/blob/ea12b91bc209073883bb80b532255b84146078d5/src/commands/openPullRequestOnRemote.ts#L43-L44) ``` const integration = await remote?.getIntegration(); if (integration...

Hi @axosoft-ramint You [mentioned](https://gitkraken-hq.slack.com/archives/C06QFFUSVUZ/p1749590927647619?thread_ts=1749566942.005699&cid=C06QFFUSVUZ) some recurrent issues with commit and branch views. Would you mind to reveal it here in the description?

Hi @justinrobots and @eamodio What do you think about this proposal? cc @d13