Micah Denbraver

Results 7 issues of Micah Denbraver

Here's a basic test and implementation for doing reflection on a non-default connection. I'm using `db_for_write()` as the source of truth. Also included in this PR are testing support up...

## Description Fixes #3548 Currently language is not taken into account when resolving paths through a Title to a page. This PR uses the solution proposed in #3548 to prefer...

Porting @treyhunner's demo from https://github.com/treyhunner/editorconfig-slides to the editorconfig site. - [x] give style love - [x] cleanup selector logic Adds gulp building (checking-in the compiled files, since publishing is currently...

As discussed in #590, #604, #1886, and #1898. This PR borrows heavily from @PleasantMachine9's pr #1886. The value seems to be primarily when connecting to a service that aggressively closes...

## Description of change Fixes #50 by adding `__next__()` as a method on `CallIterator`. Internally, it seems `grpc._channel._MultiThreadedRendezvous` is used, which also has some other capabilities. However, as they aren't...

Disclaimer: I haven't tested this with real interactions with APNs. The goal is to remove the indirect use of hyper (which is no longer maintained) and unblock compatibility with newer...

This adds running [`mypy.stubtest`](https://mypy.readthedocs.io/en/stable/stubtest.html) along side the pytest tests that are being run. It can be helpful in comparing typed interfaces with runtime as well as providing context for missing...

enhancement
testsuite