Jay B

Results 16 comments of Jay B

I tried `vim.api.nvim_win_set_option(minimap_win, 'winbl', 100`, and I still get the black background, but with my onedark `transparent = true`. When my theme has false transparency, winbl does nothing, and i'm...

The `connections.json` should have `snowflake` as the `url` field (allowing the snowsql client to handle the rest), and `name` can be anything you want. It should be using a connections.private_key_path...

> how does it handle multiple connections in my snowsql config file? currently I have a connection per environment , do I need to to create multiple connections in the...

I see, so this looks to be a 2 parter. ### First bug First, your error might be a bug, as it's trying to find the db in the sidebar,...

Thanks for pointing that out. Tbh, I'm not sure why I included release tags when master is what should be used with most nvim plugin managers anyway. I think I...

I think the issue has to do with the MySQL base connector. I haven't implemented it properly it seems, as arch suggests and supports MariaDB as a replacement in general,...