Tobie Morgan Hitchcock

Results 12 issues of Tobie Morgan Hitchcock

### Is your feature request related to a problem? When fetching nested fields, array values, and remote records, we are currently cloning all values which are fetched. This has an...

feature
help wanted
performance

### Is your feature request related to a problem? Currently when processing linked records, we process all records concurrently using `try_join_all!`, with no limit to the number of futures processed...

feature
good first issue
help wanted
performance

### Is your feature request related to a problem? Currently when creating `Vec` keys for use in the datastore, we pass in references, which are then cloned before being serialized....

feature
good first issue
help wanted
performance

### Is your feature request related to a problem? Currently, after a recent update, no web requests make use of HTTP compression, as the [warp](https://github.com/seanmonstar/warp) library does not support setting...

feature
waiting

Hi, I'm trying to build a library (which uses tikv-client as a dependency). I've attempted to compile this library on Windows (in Github Actions), Ubuntu (in Github Actions), and macOS...

**Describe the bug** Hi, I'm trying to build a library which uses [tikv/client-rust](https://github.com/tikv/client-rust) (which uses `grpcio`). I am using the master version of `tikv-client` which uses `grpcio-sys 0.10.3+1.44.0-patched`. I have...

### Is your feature request related to a problem? The original points for this issue can be seen in #32. Once the `--ns` and `--db` arguments are made optional in...

feature
good first issue

When using pessimistic transactions, the following issues arise: 1. Running multiple successful, sequential, pessimistic transactions inside a single application invocation works fine. 2. Running the invocation for a second time,...

Hi. I was wondering if there are any plans for publishing a new release at any time (which incorporates the changes from `grpcio-sys` crate). Building the current `master` branch is...

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Viewing flamegraph and pprof profiles is an...