Peter Stolz

Results 8 comments of Peter Stolz

I was using pytest-asyncio master to verify that the Issue still exists. I ran it again on the latest pypi version (asyncio-0.18.3 and python 3.10.4) and it still crashes. Did...

> Why does `async def runner()` need to be a coroutine? It does not require any `await`. Could it not be a regular synchronous function (e.g. `def runner()`)? In this...

Unfortunately after playing around a bunch I also can't reproduce the bug. To fill in some additional defails. 1. Starting tilt with the remote cluster as context yields the expected...

Is tilt maybe working with tokens to authenticate to the api and because >14h passed, it expired and it had to renew it bypassing the checks and using the current-context?

The config it writes to: `tilt get cluster -ojsonpath='{.items[*].status.connection.kubernetes.configPath}'` is not used by tilt itself? When deleting it tilt still works. There is a config at ~/.tilt-dev though and even...

Hi I did not want to create a new Issue as this is closely related. It would be awesome if this would not become a readonly attribute but an actual...

I know I can enable TLS for my redis connection using --tls. However there are a bunch of libraries that infer this based on the provided connection URI. Some don't...

So I just retried on a fresh environment and it results in the same problem: ``` (venv_a) ls -a . .. .clusterService .ipython .jupyter .local .ssh Welcome.ipynb (venv_a) curl -L...