Colt Frederickson

Results 26 comments of Colt Frederickson

I'm also running into this issue. I think the root cause error message is: ``` [info] com.spotify.docker.client.exceptions.DockerRequestException: Request error: GET unix://localhost:80/images/postgres:14/json: 200 [info] at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2840) [info] at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2712) ```

The workaround can be seen in our PR we just linked. It's a bug with docker 26, so you can run with docker 24 and it'll work fine. I haven't...

Blocked by https://github.com/dalek-cryptography/curve25519-dalek/pull/729

@nicks In my experience with tilt, having things in uncategorized is unexpected. For instance today (with static configmaps) we have a service definition like: ``` k8s_yaml(kustomize('ironcore-id')) k8s_resource(workload='ironcore-id-server', new_name='ironcore-id', labels=["ironcore"], links=["https://dev1.scrambledbits.org:8443"],...

Thank you so much. I can see how you'd consider it an enhancement.

In my mind there should be a helper and documentation that says "When your web server is up and able to service requests you should flip this to 1". The...