Fahrzin Hemmati

Results 49 comments of Fahrzin Hemmati

I'd be surprised if they work, even if you got it to compile. The watches don't have much memory, so if you start using `std::vector` and friends, you're going to...

What does it do? If you're logging hello world, it will only log that to the development console and then exit, you won't see anything on the watch. On Jun...

We've (not Google) done this by overriding/extending the `ShouldRetry` function in the `RetryTransport` class, which was nicely setup to allow that. Is that useful?

Test seems to have failed due to tooling issues

piptools (in which pip-compile is from) is vendored into the repo under third_party to solve the chicken-or-egg problem of getting rules_pip's dependencies via pip. As a result, our version of...

This might also address #1245

I don't have a publicly-available insecure repository available to add a test against. If you have a better PR, go ahead and post it, I'm not attached to this PR...

I've rebased onto master. I don't know the test infra here, so I added a "test" that is probably wrong. :shrug: if anyone else has a better test or at...

Rebased again. This time the tests are failing for the same reason the master tests are failing (something about an unsupported version of ubuntu? `ubuntu2104` vs the mentioned `ubuntu1804`)