Maxime Gauduin

Results 44 comments of Maxime Gauduin

I can confirm the headers are not in the gen3 directory (nor in the gen directory when built with python 2), I'm building on Arch Linux using cython 0.24.

Hi Tom, did you have time to look at this?

I can confirm that building the source bundled for 6.99.11 still doesn't work, but building the git HEAD does.

> Is this still an issue on today's version? Yes sir, on version 20210105: `Invalid file signature (00000000, expected 454c4946)` Edit: This was tested on arch linux, I'm happy to...

I'm in the same boat. It was working just fine a few weeks ago. Just bumped everything and now getting the same error. Like @GaryAustin1 rolling back doesn't even fix...

> I was able to get moving at the moment doing this: [floating-ui/floating-ui#1588](https://github.com/floating-ui/floating-ui/issues/1588) modifying jspopper as described. Not a real fix,though. Thanks for the tip! So the issue is not...

Doubling memory request to 4Gi didn't help, so it doesn't appear to be OOM killed, I also tried 1.8.1 and 1.7.0, same result.

FYI, going back to single-stage works, so this is an issue with multi-stage.

Got another multistage Dockerfile that is crashing, unfortunately that one can't easily be converted to single stage. ``` FROM node:16 as builder COPY . /app WORKDIR /app RUN yarn install...

Gave the libcamera fork a try, afraid it's not a viable option at the moment, even at 640x480 it completely pegs a 3B+, let alone a Zero 2. UVC uses...