Imbris
Imbris
[`KdTree`](https://docs.rs/kiddo/4.2.0/kiddo/float/kdtree/struct.KdTree.html) has several parameters and it isn't immediately apparent what they all are. IMO, further documentation here would be very helpful (unless I missed some existing documentation!). In particular for...
## Short summary of the issue Opening markdown with links on text containing inline code formatting with backticks will remove the link or move it to the first portion of...
As noted in https://github.com/rust-windowing/winit/issues/1677 locking the cursor (rather than just confining to the window) can be useful for cases like camera control. `winit` does not currently provide cursor locking for...
### Describe the bug It seems like using `*` can cause one note to be split up when syncing is enabled. Additionally, I think I observed a `#` on the...
**Is your feature request related to a problem? Please describe.** When using `live_grep` the column numbers can sometimes be unnecessary visual clutter for me. However, as far as I've been...
https://github.com/rrrodzilla/rusty_paseto/blob/2e60fdd447d8e3816456f59992c47f23af5ada90/src/generic/builders/generic_builder.rs#L184 I'm trying to understand the purpose of this function. AFAICT this is replacing any empty map inside a `Value::Object` with a `Map::new()`. However, my impression is that these should...
**Is your feature request related to a problem? Please describe.** The `rusty_paseto::core::Footer` docs and the PASETO spec note that the footer can be useful for key rotation. This requires reading...
**Description** A certain pattern in SPIRV shaders seems to cause a crash in my AMD vulkan driver on windows. It seems to involve a variable defined using `OpVariable` with an...
I noticed when providing a client authentication certificate via https://docs.rs/rustls/0.23.13/rustls/struct.ConfigBuilder.html#method.with_client_auth_cert, that I end up needing to repeat some of the configuration that is done internally in `QuicClientConfig::inner` (since I need...
This crates uses `allocator-api2` without exposing a feature to enable `#![feature(allocator_api)]`. Due to issues outlined here https://github.com/zakarumych/allocator-api2/issues/19, this makes it is impossible to have this crate anywhere in the dependency...