JINNOUCHI Yasushi

Results 138 comments of JINNOUCHI Yasushi

We should introduce the only thread to access DB (save & load) by mpsc (multi producer and single consumer model).

I tried threading (not coroutines) to separate the logic to save/load DB, but it needs rewriting almost all logic because the current code depends on `plenary.async` module a lot. Instead...

I did a stopgap measure to solve this. ```lua require("lspconfig").lua_ls.setup { settings = { Lua = { workspace = { library = { require("neodev.config").types() }, }, }, }, } ```

@juanandresgs This is a bug by telescope-frecency.nvim. I fixed. Check it. https://github.com/nvim-telescope/telescope-frecency.nvim/pull/147

Now the master branch does not use SQLite3 library. See #91, #148.

@kkharji @Conni2461 I'm writing `refactor-again` branch (#93) to merge this into master. Can I take over this branch?

Yes, this is a spec by this code on current build. https://github.com/nvim-telescope/telescope-frecency.nvim/blob/4bdd9bafc7ac2c6fed03e92efac1e6b4632eda28/lua/frecency/picker.lua#L252-L253 I think it is good if these ``, `` are customizable. 🤔