Hervé Nivon

Results 16 comments of Hervé Nivon

I'm really interested in that "beautiful implementation" too. Any progress @Sigfried?

It seems this is a minimum reproducible example: https://github.com/dkk/WrappingHStack/issues/26

In case you don't already know, I had issues with this https://github.com/norio-nomura/action-swiftlint. @sinoru's version https://github.com/sinoru/actions-swiftlint solved most of them, and the code is clearly maintained.

In case you don't already know, I had issues with this https://github.com/norio-nomura/action-swiftlint. @sinoru's version https://github.com/sinoru/actions-swiftlint solved most of them, and the code is clearly maintained.

In case you don't already know, I had issues with this https://github.com/norio-nomura/action-swiftlint. @sinoru's version https://github.com/sinoru/actions-swiftlint solved most of them, and the code is clearly maintained.

> Put up draft PR here: #1515 still need to think about a few things before finishing For people following this: the new PR is #1860

> One workaround is to force the resources to be created in serial instead of in parallel, by making them depend on each other. > > With CDK, you could...

I faced a similar issue too. The docker build was failing to find the copied data. ``` => ERROR [1/4] COPY checkpoints/canny /src/checkpoints/canny 0.0s => ERROR [2/4] COPY checkpoints/ip_adapter /src/checkpoints/ip_adapter...

What are you using as a replacement?

PS: like @masahiro-koga-jai, deleting the `.dockerignore` solved it for me. The `.dockerignore` is updated during `cog build`, and it obviously conflicts. > I got a similar error, but deleting "path/to/your/cog_project/.dockerignore"...