zach

Results 19 comments of zach

@nicolaschenet Hey, so I looked into this some more and discovered why this repo is failing to deploy. The reason is that the repo has a different name ("skedulr") than...

Hey @gjrdiesel! 👋 Thanks for the feedback! You're right, this would only work on requests coming directly from GitHub, and even then only in certain cases. We'd definitely want to...

I can see how this would be a really useful feature, and I like the idea a lot. It's definitely do-able, but beyond configuration it would require adapting our implementation...

We do use web hooks, but the reason we need the auth token is to actually clone the repo so we can deploy it. The way it works is: GitHub...

I like this idea a lot, 👍 from me. In terms of implementation, I think we're going to need to refactor the `stage` method a bit to allow for this....

All of these are great suggestions! 💯 Really like the badge idea for identifying projects that use stage. 👍 RE: getting started info - agreed. As background, this repo (stage-ci)...

Opening this up to anyone that wants to contribute!

As I mentioned on #1162 (same bug) the tabs are just displaying "Shell" with Hyper 1.0.0 on Yosemite. Setting `PS1="\[\033]0;\w\007\]>"` had no effect. The bash script above does work.

Hi @dschinkel, With how small this module is, the usage info in the readme really is sufficient. There just isn't much more to add docs for. (The [entire module](https://github.com/petehunt/node-jsx/blob/master/index.js) is...