Oliver Mannion
Oliver Mannion
Perhaps this can be closed in favour of https://github.com/johnynek/bazel-deps/issues/102?
@jjudd how did you go? would love to start using this so I don't have to use `transitivity:exports` anymore just to make aws sdk dependencies compile.
`zcompdump` is being compiled here https://github.com/sorin-ionescu/prezto/blob/master/runcoms/zlogin#L13
This is in iterm2.
Great point @premell I agree - favour exact match over more frequent partial match. I'll rename the issue 😅
Agreed - would make it much more useful (Tab Ahead has this feature)
Agreed - I thought it wasn't working, until I restarted.
@johnynek I've just submitted two PRs, for this issue and another, to bring this repo up-to-date and work with bazel 0.21.0
This happens in TF 2. 7 too with python 3.9 I think it's because MirroredStrategy [creates a multiprocessing ThreadPool](https://github.com/tensorflow/tensorflow/blob/9eb5fdf99053625f6e870e895a7cce6d1d3ed752/tensorflow/python/distribute/cross_device_ops.py#L1104), but doesn't close it before the program ends, so its resources...
Oh interesting, thanks @bschnurr both of those work, and I've learnt more about the pandas type stubs which is great! However it is non-idiomatic usage of `df.apply` (at least in...