Seandon Mooy

Results 33 comments of Seandon Mooy

I believe I need #37932 to land first (along with some fixes) - Needs the combo of containerd 1.2.0 and my patches to moby (forked off docker-ce above, realize now...

We have a somewhat similar situation - and while we're working to replace large animated GIFs, until then, we've set `IMGPROXY_SKIP_PROCESSING_FORMATS = "gif"` which sidesteps this issue. Not sure if...

Hey @DarthSim we just saw this a second time, but there's no "Assertion failed" message that I can find. It's highly likely this is caused by a non-valid-image. Ill continue...

It looks like PHP7 uses binary protocol for the memcached session handler by default these days. That means you get a pretty ugly error like: `Fatal Error: session_start(): Failed to...

@felipecruz91 Hello! An api for *enabling* Kubernetes on docker-desktop would enable a lot of functionality and ease-of-use. The use case is: - user clicks extension store - user finds useful...

@avikivity Looks like it fails unless it has the new field which was added a few commits ago. You can fix your setup by editing the Jenkins "config.xml" from something...

Hello - I've started work on updating this image to support proper Zookeeper and Kafka clustering - see #25. #21 is good for testing, but is a different objective (that...

Heya @Smiggel Is the command that is failing in the instructions just: ``` mv /lib/modules/"$(uname -r)"/kernel/drivers/staging/fbtft/fb_st7789v.ko /lib/modules/"$(uname -r)"/kernel/drivers/staging/fbtft/fb_st7789v.BACK ``` ? That command backs up the *existing* driver, which is installed...

sysctl can be set like echo "fs.inotify.max_user_watches=65536" >> /etc/sysctl.d/99-pibox.conf

sqlite doesn't return a promise for db.Open() so I went ahead and added a Promise.resolve() around db.Open in store such that it is always a promise, even if it isn't....