Raphael Taylor-Davies
Raphael Taylor-Davies
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** To workaround https://github.com/apache/arrow-rs/issues/2372, #3051 disabled rustc from complaining about this. Unfortunately this...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We are seeing a number of projects with differing requirements for how...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I wrote a test approximating ``` let file = tempfile::tempfile(); // ......
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently projection indices are pushed down to scans as `Vec`. This creates...
The implementation of `UniqueInstrumentMeterCore::new_async_instrument` and `UniqueInstrumentMeterCore::new_sync_instrument` returns the existing instrument if one exists. This causes issues for value observers where the instruments are not interchangeable as they have different callbacks....
Currently the traits within embedded-hal make use of the nb crate's flavour of async IO, however, `core::future` and `core::task` have recently been standardised and I believe are slated for inclusion...
I'm not sure if this is a bug or not, but I thought I'd document it as I ran into it and it caused me some confusion. #175 added an...
Changing the name, namespace or kind in the `content` causes the provider to get confused about the resource that it is tracking. The read operations will continue to use the...
### What does this PR try to resolve? I found the documentation for `cargo yank` was not especially clear on the implications of yanking a crate, and I have seen...