Makro

Results 10 comments of Makro

Yes, good point. If the buffer changes without creating a new tensor handle, then this is unsafe. I found this useful to avoid copies but happy to revert if this...

Nice, a problem might be that the ArrayView can outlive the ExclusiveTensor in the array_view(&self) method. In the From implementation it's there already

What happened to the `ContentDisposition` struct that parses the filename? It seems to be commented out: https://github.com/hyperium/headers/blob/1b4efe2e9faac3d96ddfb9347c2028477663f01d/src/common/content_disposition.rs#L113

It would be good to mention this in the docs. Currently [ginepro doc](https://docs.rs/ginepro/latest/ginepro/struct.LoadBalancedChannel.html) says it's using using The Power of Two Choices, which is misleading.

Something like this would be great: https://material.angularjs.org/latest/#/demo/material.components.autocomplete with custom templates

Ah that explain the diffs in the yaml files. Thank you for the continued maintenance of this crate! It makes handling parquet files in Rust a lot more pleasant.

Good catch, I had not noticed that

We are also running into this use case in a large monorepo. ``` [tool.uv.sources] demo = { workspace = true, editable = false } ``` would be ideal

@tottoto is a PR welcome for this?

@notgull would it be possible to merge this? This feature is very useful in producer/consumer patterns for shutting down the producer without having to attempt a send. For example, when...