Travis Cline

Results 197 issues of Travis Cline

This generator fails when there is a type reference to a very large protobuf type tree. (For example, the types described at https://github.com/google/fhir/tree/master/proto/google/fhir/proto ). Initial debugging appears to show that...

type: bug
priority: p2
:rotating_light:

This adds a test case for handling invalid DSNs which currently can cause a panic in `extractConnectorConfig`.

To protect access I'm using google's IAP and having go.corp.foo.com redirect to golinks.corp.foo.com. Having the generated urls come out as http://go/short-url vs http://golinks.corp.foo.com/short-url would be nice.

Refs #18 Use demonstrated at https://github.com/tmc/trayhost-demo/tree/master/osx

As of ed0997173f98eaf8f4edf7ba5fe8f15c6b877fd3 the pytorch 1 requirements/support has been pulled (or at least undocumented). This simplifies specification/management of the pip requirements

This includes the work in #193 and builds on it to implement adoption of pip-compile to manage requirements file contents. Implements #194