Cosmin Popescu

Results 38 comments of Cosmin Popescu

I agree with you that the command is calling the same function. But the `` is different for the calls. Inside this function (`SearchAndDisplay`) there is a distinction depending on...

I do believe you, of course. The problem is that this does not work. `JavaSearch -x implementors` with the cursor on top of my function does not return any result...

Yes, of course eclipse works. Also vim eclim works as described above: I can do `JavaSearch -p MyClass.getContract -t method -x implementors` and this will work. The problem is that...

In the file `background_scripts/main.js`, on line 173, on the `case 'nextCompletionResult'` branch, there is this: ``` chrome.windows.create({url: 'chrome://newtab'}); ``` If I comment this line, and then set the shortcut in...

No, I don't have by default any limit set. Should I set up a limit?

Starting from [here](https://github.com/nvim-telescope/telescope-smart-history.nvim), I've developed this [extension](https://github.com/cosminadrianpopescu/telescope-json-history.nvim), which is doing exactly this. Is offering a context aware extension using `vim.json` for json processing. So, basically it has no dependency other...

> I again wouldn't rewrite the whole file on every new prompt input, i think its a waste of resources I am not exactly familiar with the telescope history api....

You can find my plugin here: https://gitlab.com/cosminadrianpopescu/plugin.video.invidious Your plugin is called in file `resources/lib/ytdl.py`, line 10

Yes, of course. But again: what are the implications? I can have a pull request with this, if you think that this is ok.

I've also built it locally and still no luck (using bash, the cursor is still always a block). Is there a specific setting that we need to try?