Results 148 comments of Pieter Noordhuis

Per the logs, Windows only works with Python >= 3.7.9.

We can't merge this as is. Reading through the linked issues, there's an opportunity to do this in a non-breaking way. The default auth handler checks the host and overrides...

This is a nice workaround. In the body we could check for the `Authorization` header and only defer to `.netrc` if it isn't set. https://github.com/psf/requests/issues/2773#issuecomment-174312831

> For users using the api client directly from the sdk, the fallback should provide them the similar experience as they have now, with the caveat that now other forms...

@kzidane I regenerated `service.py` and that added the same fields to the repair API.

@fjakobs @jerrylian-db Are you talking about the JSON repr of the run object, or of the notebook output (stdout/stderr)? If the former, the current implementation can (should?) print it upon...

Thanks for reporting this. I posted a PR with the fix and it should be merged shortly.

@abhinavg6 It's been a while since the last update. Do you want to reboot or abort this PR?

@ari-nz Thanks for the ping. We've picked up generating `service.py` from an internal definition of the API as of a couple of months ago, which is why the updated version...

@nfx Do you want to merge this, or functionality similar to this, or should I take the request for review as an FYI?