Sergey
Sergey
For now, I want to concentrate more on core logic improvement. But, still, in future I would like to add support for: - [ ] Svelte - [ ] Solid...
Currently, I am working on landing page, and once I stabilize core I will release Kikko. Here is the work going at Figma https://www.figma.com/file/hhTQVlmJ6cJ4ZPsyG3QY16/Boono-(Copy)?node-id=0%3A1&t=wef6h4XG43p3S4Pc-1
Should I build a typesafe query build by myself, or adopt Kysely? Kysely actually looks cool, but I am afraid that it brings some abstraction that we don't actually need....
Currently, code is uncovered with tests. I am pretty confident that the core logic is stable enough, and it is good to add some basic tests for exporting APIs.
Maybe it will be separate project from Kikko, but currently web SQL community misses DB explorer. For start, it will be good to have just some basic functionality — view...
What docs miss right now: - [ ] Middleware API - [ ] Plugin API - [ ] Add `useDbQuery`/`useFirstRowDbQuery` React example
### Problem Here we translate vim diagnostic to lsp: https://github.com/neovim/neovim/blob/724d1110b1e4699a34f489e9cdb2d25098746499/runtime/lua/vim/lsp/diagnostic.lua#L164 But it's doing it incorrectly. It doesn't respect LSP offset_encoding and makes wrong encoding. So, nvim sends wrong position in...
### Description Not sure why, but when I toggle buffer, I get this: But if I display dedicated, it shows correctly: ### Environment ``` Copy info below this line into...
Hello! I've been working on adding LSP support to nvim and encountered a few issues: 1. The LSP is sending `_onDiagnostics` instead of the expected `textDocument/publishDiagnostics`. 2. The LSP doesn't...
Here is UI: How can I: 1. Remove "Tags" column 2. Format bookmarks line. I want to have something like |Name ............... File | (without date + file is attached...