Antonin Amand
Antonin Amand
Good to read that you find value in it. > I don't think you need to check for nc.conn == nil since in the function there is a check if...
I was thinking about having both flush and reconnect buffer. I’ll check the C client.
Hello, ffmpeg ruby does not support encoding, it's an old project and it only supports extracting frames. For what you want to do I would wrap the command-line possibly communicating...
Forgot to mention that my spree engine is not mounted on `/`
Actually only `link_to_remove_fields` seems to be the problem. Sorry for being inconsistent it has been a long day...
Sorry for the lousy bug report so far... Here are the details: Setup a spree app with active shipping. Go to the admin, select a product and add a package....
I previously thought this was required for active shipping to get quotes from UPS and others but it is used when a variant is shipped in several separate packages. I...
@jspizirri no idea, haven't used since.
I seems the bug is in the cpp driver itself: https://github.com/datastax/cpp-driver/blob/dbea8c599c2726b77b96d0399c86ea3e836223ed/src/statement.cpp#L226-L230 They ignore the value_length parameter and try to deduct the length looking for a NULL byte str terminator. Separately,...
> Oh no! Have you reported the CPP driver bug at https://datastax-oss.atlassian.net/jira/software/c/projects/CPP/issues/?filter=allissues&= ? I've found them moderately responsive, especially if you offer a patch. I made a PR and they...