John Weis
John Weis
confirming the av1 issue speed. h264 is fine. this article seems to indicate you may be able to shave down that compression time by bumping up the # of CPUs...
@BenTheElder as a data point that might be relevant, the kops project uses Travis specifically for OSX support: https://github.com/kubernetes/kops/blob/master/.travis.yml
@innobead any idea if something like this could land?
For the record, while I haven't implemented any of these options, in case anyone is wondering, I was able to use that version of `sameersbn/gitlab` by specifying `imageTag: "10.7.2"` in...
@taziz23 not sure what you mean. It requires your icloud specific password
Ran into this as well, shouldn't `express-redis-cache` check after the route completes as well? I can see here ( https://github.com/rv-kip/express-redis-cache/blob/06928aa87d084336bde4ceb4db2c6bed97a1eabd/lib/ExpressRedisCache/route.js#L74-L77 ) that we check `res.use_express_redis_cache` to bypass the cache (calling...
for those on the thread, it appears that this is done with the 1.25 series release: https://openresty.org/en/ann-1025003001.html I think this issue could be closed.
@elis how do you suppose tackling this? The CLI already has a `-I` (interval) option. Would you daemonize through node or something else?
I'd recommend https://github.com/niegowski/node-daemonize2/ as we've had good success with this at work.