Jeff Hodges

Results 74 issues of Jeff Hodges

The config.json client config file generated by docker 2.0.0.3 (the latest stable version) on macOS generates a config file that seems to cause errors here. I get this error: ```...

This instruction in the [v1-to-v3 upgrade guide for mysql](https://github.com/mattes/migrate/tree/5b98c13eff7657ab49a1a5f705b72f961d7fc558/database/mysql#upgrading-from-v1): > 3. Wrap your existing migrations in transactions (BEGIN/COMMIT) if you use multiple statements within one migration. doesn't work in mysql...

### What version of OpenCensus are you using? HEAD of this repo ### What version of Go are you using? go version go1.13.4 darwin/amd64 ### Details `examples.PrintExporter` seems to require...

docs

There's a chance I've misunderstood the API, so I guess this is feedback about that, if I did. `ochttp.ServerResponseCountByStatusCode` has its Measure set to `ochttp.ServerLatency`, but shouldn't it have its...

docs
P2

It's a common pattern to have to break up JOINs that are too expensive for the database into separate queries. But doing that naively causes the n+1 query problem. So,...

enhancement

Reading through the "build" docs it says > Build builds all of the constituent elements, and makes the template available as {name}.yaml But no such yaml file is created when...

bug
documentation

For some reason, using `versions.check("0.9.0")` fails on macOS with a homebrew installed bazel. Here's the error: ``` ERROR: /Users/jmhodges/founding/src/founding/BUILD:12:1: Traceback (most recent call last): File "/Users/jmhodges/founding/src/founding/BUILD", line 12 versions.check("0.9.0") File...

type: bug
P3

``` $ npm audit # npm audit report ansi-regex >2.1.1 =0.3.0 Depends on vulnerable versions of globby Depends on vulnerable versions of yargs node_modules/prettier-tslint string-width 2.1.0 - 4.1.0 Depends on...

I just installed 5.0.2. I've never had an install of mtgatracker before and do not have an Inspector web account. When I open the inspected from the drop down menu,...

This is especially useful as I ran into https://github.com/bazelbuild/bazel-gazelle/issues/1217 from using the 0.25 version of this README. **What type of PR is this?** Documentation **What package or component does this...