Evan Jones
Evan Jones
I have a disgusting hack to pex to make the `manylinux1` wheels work. See my comment on https://github.com/pantsbuild/pex/issues/281 . With this, I have a very hacky tool that generates the...
Amazing this sounds basically identical to what I am doing, with the minor `manylinux1` exception. So far it seems to be working, although the time to create pexes with lots...
I agree this is somewhat unlikely, but I also just ran into this, using Bazel 3.2.0 on Mac OS X 10.15.6 FWIW, so this problem still exists. The `bazel shutdown`...
I think this issue can be closed: Pull request https://github.com/hyperium/tonic/pull/2282 was merged and is included in tonic >= 0.14.0. This seems to have fixed this issue for the project where...
Wow thanks @cespare! Since I was wrong and this *does* matter, should we change the example in the package to follow its own advice and *not* use `type key int`?:...