Austin Schuh
Austin Schuh
All the good parts of this have been pulled into other reviews. I'm going to close this to avoid confusion.
I've been using it as a smoother version of `max()` so I can differentiate through it nicely. The end goal is to make a version of `sin(atan2())` which gives us...
Hi Michael, The implementation doesn't matter to me (hence me not being super specific on purpose to not over-constrain your solution space). My use case is that I can't currently...
@kamalmarhubi That all sounds good to me. My big one is that our safety guys really like to know exactly which version of the tools are being used, so we...
@ahumesky Works for me! I didn't know that was possible. We'll switch over to doing that.
`rules_apple` is way too old inside gRPC. Upgrading it causes other problems though.
> > `rules_apple` is way too old inside gRPC. Upgrading it causes other problems though. > > Is there any plan to upgrade it so that user can build grpc...
https://releases.bazel.build/7.0.0/release/index.html is now released, any update?
I was able to reproduce it 100% of the time with Bazel 7 if I do things in the right order. `~/.bazelrc` has the following. ``` build --repository_cache=~/.cache/bazel/_bazel_austin/repository_cache sync --repository_cache=~/.cache/bazel/_bazel_austin/repository_cache...
FYI, I tested this out and just hit https://github.com/bazel-contrib/rules_python/issues/3187 .