Koen Schmeets

Results 109 comments of Koen Schmeets

I just tried it out on Photoshop CC2018 (macOS) over here, it works fine for me, until the extension get's too small, then it disconnects from the debugger. Restarting the...

I think this has to do with Photoshop, I haven't experienced this in After Effects, You could try catching all errors and logging them to the console, you can copy...

Hey! Thats a pretty sweet implementation indeed and basically what the exe and pkg are doing right now. I think I will not add support for it to this package...

Thanks for reporting this. I'll rework the whole config loading soon.

After some more testing I figure out that it runs alright for a while, and then at one point it starts giving me GW_RES_SINK_OUT_OF_MEMORY, even when sending the requests slowly,...

Recompiled sink service with DEBUG output in data.c, which didn't bring many new insights (log below). ``` wp-sink-service-1 | 2023-06-23 21:24:25,814 | [DEBUG] Data:Message to send on EP 1 from...

Hi Gwendal, Thanks for looking at this. Sorry for marking this as a bug, it probably is just a misunderstanding on my part ;) I am trying to figure out:...

I vaguely remember there being an issue with "cmake --install" with some combination of OS / cross-compile / docker image combination, but I guess it should be fine for "normal"...

I will take a look at this soon, we have an install_macos.sh script that downloads openmp from homebrew, maybe that causes openmp to not work anymore? we might need a...