Mattias Sjödin

Results 33 comments of Mattias Sjödin

Hi @kade5 thanks for the extensive issue. Nice to hear you made it work by using the previous commit. Perhaps that solves issue #18 as well. Let me do some...

Hi @kade5 please checkout the branch #23 and see if that does the trick!

Hi @kade5 Try adding `opt = {}` or `config = function() require("cmp-dbee").setup({}) end` to see if that does the trick.

Ah sorry, I meant `opts = {}` instead of `opt`. Glad to hear it worked out! Closing this now 😋

> Hi @MattiasMTS after #23 the plugin stopped working even when adding an explict `require('cmp-dbee').setup()` call. Thanks for highlighting it. [cd409ef](https://github.com/MattiasMTS/cmp-dbee/commit/cd409ef1256a470849860ef3f476d95be2789883) was the fix. Accidentally forgot to remove the after...

hi, feel free to take a look at #193, this yield e.g. `oracle://tester:password@localhost:37225/FREEPDB1` as connection URI. So, compared to your issue, it seem you need to give the port to...

Hey @dvd42 what's the status on this issue? There is a redshift driver now, so I recommend you to use that one. TL;DR it is using the pg driver under-the-hood...

Hi @Snikimonkd ! Thanks a lot for your contributions and initiative 😄 I don't think I would like to add this as a toggle option into the plugin, mainly because...

> @MattiasMTS lol, it was 7 month ago :) > > > > I've become a terminal adept and switched to psql full time. Gotcha! Thanks for closing. Hopefully we...

I've some ideas to refactor the `gob` dependencies. Thanks for bringing up some ideas! I'll take it into account.