Matt Rixman

Results 43 comments of Matt Rixman

It's not perfect, but this workaround works for me. It just ignores the extension entirely and invokes the black cli against the current file on save. ``` home.packages = with...

I get this error when I provide a raw string as build context: ``` echo -e 'FROM alpine \nRUN echo "created from standard input"' \ | kubectl run build --rm...

###### MSVC vs CLANG Your points about MSVC and CLANG make a lot of sense. I just wish I could convince the rest of the office to switch. I'll be...

You refer to Boost.Coroutine in `CMakeLists.txt`. The way I interpret this warning, that library is (recently) deprecated and boost is recommending that you use their newer one. I may have...

This is slow, and ugly, and probably highlights some glaring deficiencies in my understanding of bash. But it does work: ``` docker_images_date() { docker images | head -n 1 sorted_images=$(echo...

I set this up with the OSS Airflow helm chart before it was implemented in astro cloud, so I don't know where all the buttons are to do it with...

Oh that should've been obvious. Thanks for the clarity! I won't shed any tears if you close this--but I'll leave it for you to decide because detecting this condition and...

I would also like to use textual in a context where stdin is a pipe. You can easily see a problem--I assume it's the same problem, more or less--with the...

This is described here: https://github.com/apache/airflow/issues/24974 Maybe it's ok that the update failed--given that the downstream dag ran as desired--but I don't think it should cause the task to fail.