Mike Hemesath
Mike Hemesath
External templates is a good idea as when I get to the background noise generator.. I"ll have additional SVG templates for those filters as well.
I think I'm leaning towards making the size be a named argument as well, being its only needed on 1 of the 3 formats.
@superstructor have you had a chance to look at this yet?
So, I take back that comment on the 'size' named arg. I think it is fine the way it is. The gradient constructor just needs to be modified to not...
Ok, I pushed the updates I mentioned for sizing. This code should be good to go. I want to mention though, that combing the size and start make a huge...
@superstructor I may have time this weekend to get a start on this. I regularly use nib in a Rails project, so I should prioritize this.
I think I am having a similar issue. I can connect to a CouchDB instance locally, but using Cloudant via heroku over https fails. If I curl my couchdb running...
I got around it by doing this: ``` new CouchClient(process.env.CLOUDANT_URL + ":443/myDocument") ```
I logged an issue specific to this problem here: https://github.com/creationix/couch-client/issues/29
Yeah, this is really tricky. I'm not all that familiar with stdin either. I tried to get this feature to work, but unfortunately I can only seem to pipe in...