Safia Abdalla
Safia Abdalla
@gonzalodiaz Good call! We should release this. I'll be able to cut a release sometime this weekend.
Summoning @groodt for his thoughts. I always assumed that the *.dev Dockerfile was designed to work in coordination with a dev loop on the host machine.
Hello @tongminglee! Thanks for opening this issue. Are you looking for S3 configuration options beyond those that exist currently? If so, happy to take a look at an example implementation...
@dazzag24 No implementation plans at the moment but PRs adding support for other storage backends are welcome!
It looks like the error occurs [here](https://github.com/nteract/commuter/blob/master/backend/content-providers/gcs/gcs.js#L59). We should update the if-statement to check if `res` existts. ```js if (res && res.prefixes) {...} ``` Would you be interested in submitting...
Thanks for sharing this recommendation, @ricecooker! Are you interested in submitting a PR for this? Happy to point you to the right places.
Thanks for reporting this issue, @elvinx! Would you like to submit a pull request with a fix for this?
It looks like this particular issue is related to the installation of `node-pre-gyp` on Docker. Installing node-pre-gym requires some build tools, like Python and make. I would recommend checking to...
You might want to check out the new PR over at #291 for some guidance on this.
Thanks for opening this issue @shikharsg! This is related to https://github.com/nteract/nteract/issues/4448 which requires that we support collapsed/expanded states on cell outputs. Would you be interested in submitting a PR to...