AndCycle
AndCycle
as version 2.1.0 extend default `args`, the default behavior is no longer valid. https://github.com/jimsalterjrs/sanoid/blob/9564454d74d9b8bc2b924ee261a6e40c5c278662/sanoid#L20 https://github.com/jimsalterjrs/sanoid/blob/9564454d74d9b8bc2b924ee261a6e40c5c278662/sanoid#L32 https://github.com/jimsalterjrs/sanoid/blob/9564454d74d9b8bc2b924ee261a6e40c5c278662/sanoid#L33
munin-2.0.28 just another surprise, I original thought my little plugin can be done in few days, but I trigger bugs everywhere ... the graph called GPRINT before the proper CDEF...
I know cache mechanism is not a main function of httplib2, just to put an proposal here, as currently handling about cache is a full get/set, when hitting a 304,...
trying to fix bug with new SeparateBodyBaseCache, hit this when I write a custom SQLite cache backend with streaming resp.
just hit this, I write a small upload script to batch upload my video, as those video always exceed the limit, so I put it into a simple loop to...
according to official doc, I should be able to resume upload for 5xx series error https://developers.google.com/youtube/v3/guides/using_resumable_upload_protocol here is the error I hit during upload huge 4k files ``` [RequestError] Server...
just suggestion, some disk might takes extra time to finish the job. ``` gcloud alpha compute images export -timeout=TIMEOUT; default="2h" Maximum time a build can last before it fails as...
http://ffmpeg.org/pipermail/ffmpeg-devel/2015-February/169404.html this patch do partially solve rtmp output issue, https://trac.ffmpeg.org/ticket/1604 just a suggestion, the patch haven't got merge into ffmpeg
I think you probably caught by this http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html ffmpeg or avconv should both been acceptable in shenidam-av https://github.com/FFmpeg/FFmpeg/pulse/monthly https://github.com/libav/libav/pulse/monthly
I am not sure is this a bug or I just ran out of memroy, system doesn't raise any OOM error, this happened when I try to make shenidam working...