bluss
bluss
### Make sure you have done the following - [X] I have updated to the latest version of the plugin. - [X] I have read the README. - [X] If...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
This is just a feature request or an idea, would it be possible to have a different highlighting class for nonlocals, so that they stand out clearly? I mean this...
This is my attempt at this - I don't exactly have much prior experience with Uv's codebase and w.r.t graph algorithms I'm pretty rusty. Let's look at this critically and...
Using nvim v0.9.5, github-nvim-theme d832925 with lazy.nvim package manager. It looks like Normal and NormalFloat have the same background color, and this means that things like hover floaters (using NormalFloat)...
Useful code and benchmarks on floating point accuracy and performance: https://orlp.net/blog/taming-float-sums/ - relevant for numeric-loops subcrate https://github.com/rust-ndarray/ndarray/issues/46#issuecomment-438458138
See here for more good research on running miri from @jturner314: - #1138 - #1142 some options need to be updated since miri has changed defaults since then.
Breadth first search for all paths from a given starting point to all reachable nodes. Paths are sequences of edge ids for this implementation. This implementation is intentionally written using...
(Original issue title: _Inconsistent crate info display (mixing versions)_ ) About: https://crates.io/crates/petgraph The most recently released version of petgraph is 0.2.10. The greatest version is petgraph 0.4.5. This is inconsistent,...
Original command: `uvx --reinstall --with dist/*.whl pytest ` Modified command (to try to avoid the warning): ``` uvx --reinstall-package my-package-name --with dist/*.whl pytest ``` Both have the following warning. Especially...