Spxg
Spxg
> I guess it's unlikely that someone would call `:edit`, so it's not really a big deal. `:edit` is useful to re-edit the current file, when it has been changed...
> * Problem 1: open a file, and after the `inlay hints` are displayed, you can reproduce it through the `:edit` command. > * Problem 2: open a new file,...
> Same issue, when I delete a file or create a new file with `inlay hints` enabled,  It was fixed by https://github.com/neovim/neovim/pull/28461.
> I know nothing about wasm so we need to find someone kind enough to validate this PR. And would you mind adding a dedicated job, something like https://github.com/rusqlite/rusqlite/pull/1010/files#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R86 in...
> (a) https://github.com/Spxg/sqlite-wasm-rs/blob/master/sqlite-wasm-rs/sqlite-wasm/sqlite3.wasm comes from https://sqlite.org/2025/sqlite-wasm-3490000.zip ? (b) You don't use https://github.com/sqlite/sqlite/blob/master/ext/wasm/api/sqlite3-wasm.c ? (a) `sqlite3.wasm` is only used in `wrapper` feature, and the interface is exported through `wasm-bindgen`. The `sqlite3.wasm`...
The tests have been added to the CI/CD (approval is required to verify whether they work). All tests have passed in local testing. The `rusqlite_test_helper` library has been added to...
Fixed CI for `clippy` and `minimal versions`. The reduced coverage is probably because I added two wasm-only tests and some comments. By the way, why does the CI process require...
> Maybe because a patched / malicious `build.rs`, you can do anything ! Reasonable. I need to rerun CI now to verify whether everything passes. Can you approve it?
> > By the way, why does the CI process require approval? It seems that it is not convenient to find problems and fix CI. > > You can enable...
CI have passed: , cov failed because I didn’t have a token to upload. (thanks to @trevyn ) I'm ready for the review.