Tyler Bloom
Tyler Bloom
It would be nice to have a derive macro that is similar to `IsVariant` and `Unwrap` but that turns an enum into an `Option` (where `T` is the data of...
This PR adds a `utils` module at the root of apollo federation. In it is an `Iterator` extension trait to help work with iterators over `Result`s, operations that yield `Result`s,...
This PR addresses FED-199. Specifically, it provides an implementation of `FederatedQueryGraphBuilders::process_subgraph_schemas`.
This PR addresses FED-200, which outlines the implementation of `FederatedQueryGraphBuilderApi::process_subgraph_schema` for `FederatedQueryGraphBuilder`. I want to point out that I added a dependency to the `either` crate. This was already a...
While using the Rust beta release, I got a some warning around derived `Display` impls. The exact warning message is below: ``` warning: non-local `impl` definition, they should be avoided...
Hello, I have a crate that creates a key-to-key map (i.e. a "double-sided" map). This is implemented with two maps that index into each other. I want to implement an...
Currently, there is no documentation on [`TableFieldType`](https://docs.rs/google-cloud-bigquery/0.15.0/google_cloud_bigquery/http/table/struct.TableFieldSchema.html). For some of the types, this is ok. But for many, such as `Timestamp`, it is unclear what shape these need to take...
The page detailing the MBC3 has a discontinuity around the number of RAM banks and how they are indexed. [At the top](https://gbdev.io/pandocs/MBC3.html#mbc3), it states that there is a maximum of...