Marek Dědič

Results 261 comments of Marek Dědič

Hi, check out #198. I think it is mostly converted to TS. However, this reveals some bad design decisions made previously :/

@paxperscientiam I've added you as a collaborator so that you can work with the repo easier. Also so that you can do reviews - I would like yours on #198...

Ok, thanks, I removed the restoring part. Could you please add the test? Thanks!

@bcoe Could you please look at the test? It fails when I comment out the additions in this PR, so at least that checks out...

Hi, I just spent half a day debugging leading to this issue, so in case anyone finds this in the future, both `babel-plugin-istanbul`, `coverage-istanbul-loader` are susceptible to this issue -...

If you (the maintainers of istanbul) would consider merging this, I think I could update the PR pretty easily... However, as per previous comments by @coreyfarrell I though this needed...

Hi, from my experience the installation with `vim-plug` on linux was as simple as ``` sudo apt-get install sqlite3 libsqlite3-dev ``` And adding ```lua Plug('tami5/sqlite.lua') Plug('nvim-telescope/telescope-frecency.nvim') ... require('telescope').load_extension('frecency') ``` to...

Hi, as far as I understand the architecture of telescope (which is not that much I have to admit), the fundamental issue for this as well as the other mentioned...

Yes, that is what I was thinking - a frecency sorter set on top of `find_files` or `git_files` which wouldn't add entries, just sort them based on their frecency... There...

I think the news are that it will happen if there's someone willing to make it...