Ryan Roemer

Results 175 comments of Ryan Roemer

Probably hitting some snags with streams2 in v0.10.x. I'm slammed right now, but I'll see what I can do when I get some free time. My guess is that https://github.com/ryan-roemer/node-sunny/blob/master/lib/stream.js...

Hi @mikermcneil And OpenStack / CloudFiles provider would be great. The model I'd use is what has been done for the [AWS provider](https://github.com/ryan-roemer/node-sunny/tree/master/lib/provider/aws). The biggest issue I see with OS/CF...

Hi @rupakg -- good to hear from you again. I think it might be a great opportunity for you and @mikermcneil to collaborate on geting out an OS/CF provider (assuming...

There's a full [development guide](http://sunnyjs.org/development.html) that shows how to set up secrets for running the live tests. Also, keep an eye towards `jshint` on the code (more for the eventual...

And **thanks** for starting work on the provider!

Another comment is that I'd like to watch the addition of extra dependencies -- Sunny only has one real dep. right now, Xml2JS, using standard lib HTTP for all communication....

That sounds like a good plan. If `request` works out well, I'll look into to backporting it into the base Sunny request wrapper for consistency. Feel free to ask for...

Your build seems to already need a lot of extra memory, so try adding `--max-old-space-size=12288` to the webpack-dashboard script maybe something like: ```js "start-webpack": "webpack-dashboard -- node --max-old-space-size=12288 webpack-server.js", ```

If that doesn't resolve the issue, please see if you can put together a minimal repository with install + error reproduction steps so that we can jump in and reproduce...

Character encoding on terminals + `blessed` (the library we use under the hood) have been discussed in the past here: https://github.com/FormidableLabs/webpack-dashboard/issues/85 Can you review all the discussion and experimentation with...