Fun Maker

Results 12 comments of Fun Maker
trafficstars

@thebombzen I've updated system and replaced zimg with zimg-git. The issue stayed the same.

Using newest mpv and zimg-git `mpv -v -v --no-config`: https://0x0.st/oLr6.txt `mpv -v -v --no-config --zimg-threads=1`: https://0x0.st/oLrI.txt Both crash on: ``` mpv: ../video/mp_image.c:541: mp_image_crop: Assertion `x1 w && y1 h' failed....

I've encountered similar issue and I think the root cause is the same. `CommandBufferExecFuture::build_submission` returns `SubmitAnyBuilder::CommandBuffer` even if it was already flushed. If you try to execute a command buffer...

I have the same issue in my project. I think the cause is surprisingly large size of GraphicsPipelineBuilder struct. In 0.23 it was 352 bytes, 1072 in 0.24, and 84232...

Hi @Rectus, I've been working on same problem in my project. I managed to get pretty close to room view ([my method](https://puu.sh/HPux9/e4ee062766.jpg) vs [room view](https://puu.sh/HPuxz/85b25ad0f5.jpg)), but it's still not 100%...

@yshui IIRC I just randomly stumbled onto [this OpenCV documentation page](https://docs.opencv.org/3.4/db/d58/group__calib3d__fisheye.html) and realized that parameters match what is provided by OpenVR. I just assumed that's what they are using and...

> If this is the case, I'm not sure I know a solution from the top of my head because regl-scatterplot automatically redraws every time the canvas resizes That means,...

I doubt my workaround will be of any use to you. It consists of two parts, first I globally capture all requestAnimationFrame calls to expose new function that lets me...

Well according to wiki, bot is assigned only to one and only conversation: > A bot is created and destroyed as it is added and removed from a conversation, respectively,...

Where am I supposed to send that request? /conversations/:id/bots is not defined anywhere in [API Service](https://github.com/wireapp/wire-bot-java/wiki/API-Service) I tried to send it to my bot service and received: `{"code":404,"message":"HTTP 404 Not...