Slava Matyukhin

Results 125 comments of Slava Matyukhin

Important: https://github.com/quantified-uncertainty/squiggle/issues/3497#issuecomment-2583432040

This is complicated. On seed reset, the playground re-renders with the new environment, which causes this code in `useSimulator` to return `undefined`: ``` const output = project.hasHead(renderedHeadName) ? project.getOutput(renderedHeadName) :...

In our project we handle ECR auth with [this patch](https://github.com/Metta-AI/metta/blob/cbda80fd17f2f25a0bfb23011e2aaa08ee45a71e/devops/tf/eks/skypilot/skypilot-chart/files/ecr.patch): ``` diff -ur sky/provision/docker_utils.py sky-patched/provision/docker_utils.py --- sky/provision/docker_utils.py 2025-06-02 23:54:17 +++ sky-patched/provision/docker_utils.py 2025-06-16 15:57:46 @@ -234,6 +234,23 @@ f'--password {shlex.quote(docker_login_config.password)} '...

> 29 queries for a request that has some exports, ~26-27 without exports. Now it's 42...