Gabor Ratky

Results 9 comments of Gabor Ratky

@sumit1294 Metabase supports Redshift which means it supports external tables that are backed by Redshift Spectrum.

Ran into the same problem. Unfortunately the code does not check `err` at https://github.com/jeroenpeeters/docker-ssh/blob/master/src/session-handler-factory.coffee#L68 and just assumes that the call to `exec` was successful. `_container` is not null so the...

The unexpected happened, doing nothing but adding error handling and rebuilding the image (available as sspinc/docker-ssh:handle-errors in Docker Hub) made the problem go away. Running jeroenpeeters/docker-ssh:1.2.2 errors out. Given that...

@ejholmes thanks for putting this issue up, saved a few cycles of troubleshooting. What has thrown me off was that a simple `emp deploy remind101/acme-inc:latest` will deploy **and** create an...

Thanks for the quick answer @ejholmes, not a huge issue as it is fairly straightforward to recreate the app (env, domains, ssl). Just wanted to make sure it was noticed.

@vgough I thought that `memfs` is a great example if you want to start with bazil/fuse. :+1:

@jonhyman thanks for taking the time to fork and submit the pull request, we've merged it in our own fork and are using the `Celluloid::Thread` patch to keep the connections...