Spxg

Results 9 issues of Spxg

Problems: - When the buffer is detached, the `_disable` method is invoked, setting the `client_hint` to nil. Subsequently, triggering the `on_win` event will result in an assertion failure (you can...

lsp

Run `sk --delimiter ':' --nth -1..` is not vaild, issue: https://github.com/ibhagwan/fzf-lua/issues/1085

Generate dwarf for tests by default, which is useful when debugging a lib crate with test cases.

I don't know if it can be implemented this way.

Add stream request support for wasm, but the compatibility is not good. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API Close https://github.com/seanmonstar/reqwest/issues/1424 Close https://github.com/seanmonstar/reqwest/issues/2248

This commit, https://github.com/wasm-bindgen/wasm-bindgen/pull/4642, changes the externref symbol to only exists when the `reference-types` target-feature is enabled. Given that `wasm-bindgen` determines whether `reference-types` is enabled in the `target_feature` section, this means...

`wasm-pack` will no longer be maintained by us, the `wasm-bindgen` document still [recommends](https://wasm-bindgen.github.io/wasm-bindgen/wasm-bindgen-test/usage.html#appendix-using-wasm-bindgen-test-without-wasm-pack) using `wasm-pack` for building and testing, I think this needs an update. `wasm-pack` has its own document:...

### Description `--nocapture` not working as expected when `wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);` and `NO_HEADLESS` were set ### Checklist - [x] Verified changelog requirement

The main diff is to replace `libsqlite3-sys` with `sqlite-wasm-rs` on the wasm platform, while keeping everything else unchanged. Previous PR: https://github.com/rusqlite/rusqlite/pull/1643 resolves https://github.com/rusqlite/rusqlite/issues/488 resolves https://github.com/rusqlite/rusqlite/issues/827 resolves https://github.com/rusqlite/rusqlite/pull/1010