Brian Morton
Brian Morton
In terms of the package being used as a module, I would imagine that ufp.py could be left out. It's a convenience wrapper so someone can start this thing out...
The issue is that nut is a raw format and takes up a lot of space. If your input is something like ffmpeg, it will decode the file very quickly...
Sorry, I was referring to bmdplay. For bmdcapture I had to eliminate the -re option and set a sizeable buffer (4 gig?). What are your options? On Thu, Nov 6,...
Yes, drop the -re since it can underflow the buffer and crash. I don't do the exact thing you're doing (I'm doing ffmpeg with HLS segmented output), but I don't...
I wasn't able to find any official documentation, likely because this is the internal API of Solr with ZooKeeper and is subject to change. The "official" way to do this...
@acdha I've run into this as well and would like to contribute a PR. Can you reopen and assign to me please?
I encountered a similar problem when mixing `shouldReceive` and `shouldHaveReceived` expectations on a `Spy`. I could only use one "tense" or the other with call count expectations to get the...
In MySQL prior to 8.0.19 it is very common to convert dates with timezones to UTC for storage which makes the quick fix in https://github.com/ponyorm/pony/issues/434#issue-420632554 a decent solution. It doesn't...
I encountered this bug today. The workaround with the Dockerfile works, but is less than ideal. Any concerns with a patch implementing the "old" method? I'm glad to pick up...
Closing in favor of https://github.com/django-haystack/pysolr/pull/426