julihoh
julihoh
https://github.com/Canner/canner-slate-editor/blob/f414b6c61500f24cda6eaa63e098aee9d6ce8e2a/packages/slate-icons/header/src/index.js#L37 it seems as if the `setBlock` method has been renamed to `setBlocks` in newer versions of slate.
Hey, I came up with the code in this PR in order to be able to implement new SymCC/SymQEMU backends in Rust for my GSoC project (which is about integrating...
**Describe the bug** I'm running into [this panic](https://github.com/sarah-quinones/faer-rs/blob/8a88e168a8ffb59362d1b9f3ca668f3b9627b19b/faer/src/sparse/linalg/lu.rs#L1426) during numeric sparse linear system solving using LU decomposition. The panic appears to be in the simplical variant of the algorithm(s). **To...