Philip Sjöberg

Results 25 comments of Philip Sjöberg

@luccascorrea, are you referring to tanking the query or the result?

Hey @Oussamaend34 Can you please share the config you're using which provides this error? So I can reproduce the error on my side. From the error it seems like `dbee`...

Hey! Based on @jdela22 comments above, I manually changed my colors to follow the `tokyonight` color schemes for the [diff sections](https://github.com/folke/tokyonight.nvim/blob/775f82f08a3d1fb55a37fc6d3a4ab10cd7ed8a10/extras/lua/tokyonight_night.lua#L899L910) in my `init.lua`: ```lua vim.api.nvim_set_hl(0, "DiffAdd", {bg = "#20303b"})...

> vim.api.nvim_set_hl(0, 'DiffAdd', { bg = '#34462F' }) > vim.api.nvim_set_hl(0, 'DiffDelete', { bg = '#462F2F' }) > vim.api.nvim_set_hl(0, 'DiffChange', { bg = '#2F4146' }) > vim.api.nvim_set_hl(0, 'DiffText', { bg =...

I think if we allow this feature, only for `filetype=sql`, then this is golden to merge. It aligens with the #207 imo.

Hey @rudiejd Is this a duplicate, although different solution, as this https://github.com/kndndrj/nvim-dbee/pull/206? Please have a look at that fork and see if it's a suitable solution for your issue. I...

Hey @TRPB, Can you share a screenshot perhaps, and what adapter you're using?

> ![Image](https://github.com/user-attachments/assets/cf70b235-7cb1-45ee-8783-8bc4b7b3bbdf) > > It's the mysql adapter and the column type is `binary(16)` used to store a uuid in binary format Thanks! Will have a look 😁

Hey @eduardofuncao I don't think this is possible atm. Should be possible to implement somehow tho. Would you be interested in giving it a shot? 😁

Hey @eduardofuncao Looks great in the gif. On vacations currently, but will look into the PR in a week or two. Thanks so much for this!