Results 8 comments of Assen Totin

To fix the isseu you need the latest master branch of the C driver (the GridFS module uses another branch, which seems to be faulty). After cloning this repo, do...

Guys, I might have stumbled onto something while playing with another MongoDB library, which is in pure C... I had a case much like this - the GridFS driver was...

Hello, Looking at the source code, we get stuck at the below IF: after the exception is thrown, our next query (the 'ROLLBACK' statement) gets into the ELSE clause and...

Hello, @sidorares, Sure, here is the example I used for a quick PoC when tracing the issue: `CREATE TABLE t (id SERIAL PRIMARY KEY, c VARCHAR(255));` ``` var mysql2 =...

I don't think a warning is worth it. It worked OK with 1.1 series connectors, so this is a regression. Also, as I mentioned, the connector should know the datatype...

Yep! It's still here in NC 26. It is going to be before year 2099 when this will is fixed? Just curious.

Yep... a year later, apparently, still unsupported. This particular issue is easy to fix: declare your AVCodec variables to be `const` as the ffmpeg API has changed and now returns...

Yep, fixing the missing audio is just part of the story. If ffpmeg receives a frame with less samples than its frame_size, it assumes this is the last frame, so...