Urjit Singh Bhatia
Urjit Singh Bhatia
@LiArendly make sure you have something like libpoppler installed - vips (the underlying lib) needs that to handle pdfs
@vansante hi, we've also seen this before - can you share how you're testing? I tried running with large concurrency and I am getting correct images (with 8.9.1). I'd like...
@vansante thanks! that helps me test it better. I'll take a look at your MR and see if I can help thread it through the rest of the pipeline.
Hi @phanirithvij - I took another look and it seems like ubuntu by default doesn't enable multicast on loopback. I'll spend some time and see if I can get a...
@magallardo This looks like your rtsp endpoint isn't streaming fast enough or returning some corrupted frames. You might have to tweak the rtsp server settings like buffer size or see...
@golubaca ah interesting, I thought that calling read in a loop too fast was throwing those errors from ffmpeg saying it doesn't have anything in the buffers yet. Good to...
good find @yannvanhalewyn I just added `if [[ $rsrc == "-zsh" ]]; then continue fi` to skip `-zsh` here https://github.com/zsh-users/antigen/blob/develop/bin/antigen.zsh#L1867 🤷♂
I ran into this problem too - I am mounting the host docker volume because our image is a heavy build and without it, the plugin will not have an...
Hello @sansyrox - I am still working on this in the background. I am currently focused on a different project at work but will soon come back to this. The...
> So we have to create a user scoped client that uses client API key: > > ``` > userScopedClient := supa.CreateClient(client.BaseURL, user.AccessToken, true) > ``` > > /EDIT: okay...