David Capello

Results 245 comments of David Capello

Related https://community.aseprite.org/t/disable-multi-step-undo/11792

We tried to [fix this issue before](https://github.com/aseprite/aseprite/issues/3358#issuecomment-1148993244) but it's still present.

Same issue here, it looks like the `target` parameter is completely ignored. With a `Dockerfile` like: ``` FROM ubuntu:xenial AS builder RUN ... FROM builder AS builder-x64 RUN ... FROM...

Hi @knyzorg was you able to make it work? Did you try running "xvfb-run ./paste"?

I'm closing this issue because more information is needed (used compiler, and if the Windows SDK was installed). At the moment our CI is working with MSVC, msys2/mingw: https://github.com/dacap/clip/actions/runs/3047549295

Closing this now, thanks @Xtendera for bringing all these issues.

I was able to reproduce it creating new empty dirs. And the PR fixes the error message, I think that is enough.

Thanks for your PR @Joefish :+1: I've just tested and while it fixes the problem with the preview editor, I saw that it doesn't fix the problem if we have...