Makro
Makro
Example: ``` ``` Should bind to model["user"]["lastname"] for rendering, editing and sorting. I can do the PR for it if you agree with this.
- Use uninitialized vectors - Add Tensor to ArrayView(Mut) conversion - Extend Tensor to Array conversion for non dynamic dimensions
It would be useful if Merge was implemented for common containers such as HashMap and if it could be derived for structs. ``` #[derive(Default, Merge) struct A { hello: Mean,...
**Version** tokio-stream 0.1.10 **Description** `ChunkTimeout::new` calls `tokio::time::sleep` ([see code](https://github.com/tokio-rs/tokio/blob/master/tokio-stream/src/stream_ext/chunks_timeout.rs#L30)) which can only be called in a tokio runtime context. This is undesirable as constructing the stream is often done outside...
I wanted to contribute a PR for updating the dependency versions of this crate, but I'm finding that the latest version on crates.io is 0.11.0, while the version on the...
A 2x2 grayscale image: ``` [1, 0, 0, 2] ``` Is incorrectly upscaled to the following 4x4 image: ``` [1, 0, 0, 0, 0, 2, 2, 2, 0, 2, 2,...
The following minimal example has unbounded memory usage: ``` use futures::SinkExt; #[tokio::main] async fn main() { let (tx, rx) = futures::channel::mpsc::channel(16); for i in 0.. { tx.clone().feed(vec![0; 100000]).await.unwrap(); println!("{i}"); }...
I also incremented the version to allow a new release