Rushmore Mushambi

Results 30 issues of Rushmore Mushambi

I propose we instead store those unknown values in an `Unknown(u16)` variant or something like that to allow the user to handle the query however they see fit. One might...

These have value types explicitly defined in the RFC (https://tools.ietf.org/html/rfc8659#section-4.2). Perhaps instead of having `tag` and `value` fields for CAA RRs, we could just have `value` whose type is an...

Fixes https://github.com/dunmatt/no-std-net/issues/15

http://rystsov.info/2012/09/01/cas.html http://rystsov.info/2016/03/02/cross-shard-txs.html https://github.com/rystsov/mongodb-transaction-example https://docs.mongodb.com/manual/tutorial/perform-two-phase-commits/ https://www.cockroachlabs.com/blog/how-cockroachdb-distributes-atomic-transactions/ https://github.com/cockroachdb/cockroach/blob/master/docs/design.md#lock-free-distributed-transactions The API would possibly look like:- ```rust r.transaction(|txn| { // Multi-document ReQL queries here }) ```

See https://github.com/rethinkdb-rs/reql/issues/18#issuecomment-341907239 for some background.

If you have a number of sub-packages that share a common repo, it can be very inconvenient to have to run `go2nix save` in each package separately.

enhancement

This PR converts format's argument from a function pointer to a closure. This makes it more flexible as closures can capture their environment, making it possible to convert things like...

### Describe the bug Strings that are not valid UTF-8 result in the database throwing the following error:- ``` There is a problem with your request. Refer to the documentation...

bug

## What is the motivation? Currently building from source can be frustrating, especially when one wants to enable either TiKV or FoundationDB. This is an attempt to make builds easier...