Wessel van der Veen
Wessel van der Veen
I am having exactly the same issue with both `tsserver`, and `angularls`. The `:lua vim.lsp.buf.definition()` works, but the `Lspsaga preview_definition` does not.
I added a `print(vim.inspect(result))` just before https://github.com/tami5/lspsaga.nvim/blob/859b56479506b837e9990c01659c24bf505fc216/lua/lspsaga/provider.lua#L500 It's showing me a table that starts with index 2, instead of 1: ``` { [2] = { result = { { originSelectionRange...
I think I know what's going on. I found this [issue in the nvim repo](https://github.com/neovim/neovim/issues/13232), apparently vim.lsp.buf.formatting_sync uses the `clientId` as the key in the results returned. So it's not...
I wrote my own monkey patch using `next()`, and it's surfaced an interesting situation for me. I basically have two clients who are simultaneously attached to the buffer I am...
I'd love partitions to become first class citizens.
I am actually running into a similar issue with timescale Hypertables. This is chunking the table in multiple different partitions dynamically and this seems to awry with wal2json and live...
> Hey @wesselvdv I'm also using timescale for my project and I'm thinking about migrating from prisma to graphile. Did you solve this issue, and have you ran into other...
Yes, that's what I mean. :-)
I'd like to see this supported as well! It makes conditional build steps of specific configuration choices based on ENV variables possible!
I can't find any info on NSTableViews being deprecated? Now I am not even a dabbling Objective-C developer so I am properly looking at the wrong places.