Raphael Taylor-Davies

Results 28 issues of Raphael Taylor-Davies

Updates to https://github.com/apache/arrow-rs/pull/2371

core

**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...

enhancement

**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...

enhancement

**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(); // ......

bug
enhancement

**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...

enhancement

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....

area:metrics

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...

discussion

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...

A-documenting-cargo-itself
Command-yank
S-waiting-on-review