Philip Sjöberg
Philip Sjöberg
I too get this issue, and it is solved by disableing `vim-gitgutter`. Is it possible to solve, I haven't looked into it yet, or do you have a workaround for...
This issue already exists here: https://github.com/pwntester/octo.nvim/issues/441 And a work around is presented there > I had the same, and disabling gitgutter fixed it for me. I found [gitsigns](https://github.com/lewis6991/gitsigns.nvim) can do...
Noticed that there are discrepancies in when the helper functions show, in regards to `table` vs `view`. Is this a `databricks` adapter issue, or a `plugin` issue?
> If I set `is_available` to be true everything works Same for me. I ended up moving the setting of the `is_available` into the constructor as a member function of...
Hey @badosu What database adapter are you using? Different ones do behave slightly different, so there might be a solution right now, but it's a good feature update to be...
Hey @sgibraltar! The plugin has been stale for some time, but we have actively started doing work again. Would you mind syncing you branch, and looking over possible needed changes?...
https://github.com/kndndrj/nvim-dbee/discussions/56
Hey @conneroisu! The plugin has been stale for some time, but we have actively started doing work again. Would you mind syncing you branch, and looking over possible needed changes?...
Looked over the PR, and it looks good. With the new initiative to add tests, that would be nice to implement for this adapter also. Since there don't exist a...
Hey! Perhaps that is a question for [cmp-dbee](https://github.com/MattiasMTS/cmp-dbee)?