Results 89 comments of Scott Pierce

This is now blocking the build system. I'm seeing this build error constantly: ``` Warning: uploadChunk (start: 100663296, end: 134217727) failed: Cache service responded with 503 /_work/_actions/actions/cache/v2/dist/save/index.js:3305 throw new Error(`Cache...

I'm having a similar issue without support for m1 arm Apple CPUs

@SMILEY4 The models are multiplatform models that are shared between platforms. I can't put annotations on them. Is there another way that I can do this?

That would be great! This is the only well written library like this for ktor! On Mon, May 15, 2023 at 8:43 AM SMILEY4 ***@***.***> wrote: > Unfortunately, there is...

@domdinnes I'm also seeing this, on my M1 Mac. ``` error: Expecting only one executable Flyway CLI to be found. Instead found multiple executable files: flyway.cmd,README.txt,flyway ``` ``` pwd /Users/scottpierce/.node-flyway/flyway-9.0.0...

The .kexe file is also not getting the executable permission (`chmod +x `). Getting this permission added in the build phase has actually proven very challenging as well.

It'd be nice if we had `PERFORM` instead of `SELECT` for stuff like this in postgres, as `PERFORM` doesn't return anything.

My team is using Paparazzi 1.3.5, and this was blocking our Compose 1.9 upgrade. Forcing compile sdk 34 seems to be a fix for the time being. ```kotlin Paparazzi( environment...