Edvard Hübinette
Edvard Hübinette
`elem` and `notElem` have the same problem what I can see, the `True`-case in `loop` can't even happen right? It's only passed boolean literals with value False. :) ``` elem...
This is happening for us as well in the `ongoing | cache` stage, before actual pushing happens. Last night I had to cancel a CI run after 90 minutes, for...
@vladaionescu I'm using explicit caching (without any additional hints), so it's probably not just happening on inline caching. ``` earthly --push --strict --remote-cache=europe-docker.pkg.dev/path/to/image:tag +build ```
@ianhattendorf thanks for keeping this going! Any news regarding the other precompiles? Having to build from source in CI is making things very complicated at the moment. :) On another...
@steffnay Hey, trying to understand whether your PR #873 affects the `TIMESTAMP` part of this issue. We have tables with timestamps in microseconds, and when querying with `BigQuery.query` it truncates...
How is this going @greenboxal ? :eyes:
This brownout scheme is the worst way to "raise awareness for deprecation" and has put a dark tint over our otherwise happy relationship with GitHub. Who figured that this would...
Meanwhile, one can execute `:log d` after the build to see the log output :)
This is still a problem, and a very annoying one. Having dynamic resource names means we can't just communicate between VMs using their name, because that will unexpectedly change with...
This is in the workings, together with the functions for reading!. :dancer: