Sean Hill

Results 29 comments of Sean Hill

Same. I'm also curious if this can be used for UIScrollView, UIButton, and UILabel views.

@smithclay I'm facing this same issue, did you find any solutions?

@smithclay I'm using `puppeteer` with Node.js and ended up just writing up a cleanup function after my function was complete. ```js const removeChromePollution = async () => { const files...

[Here's a way](http://stackoverflow.com/a/3480312) to wrap it in a `UINavigationController` in case anyone cared.

@ericholiveira once I start on my project in next little bit, I'll be able to help out more here. I don't know to much about the framework other than reading...

Hey @ericholiveira I just began work on my project. I'm hosting the initial boilerplate on github that includes an example using `hapi`, `mongoose`, and `studio.js` as it's framework. It can...

Nope, Node 6. ## Sean Hill [email protected] www.seanhill.info On May 30, 2016 at 9:22:43 AM, Erich Oliveira ([email protected]) wrote: > Cool... are u running on node 6? > > —...

Ooo, very nice! I'll give that a shot. I thought that type of structure would be a better way to access services :) ## Sean Hill [email protected] www.seanhill.info On May...

Super sexy :) Check [this](https://github.com/sean-hill/hapi-jwt-auth-mongoose-studio.js/blob/master/app/routes/user/create.js) out! I love being to keep the business logic of the app wrapped in Studio.js and only calling the service from the routing layer. Super...

@ericholiveira I really like [gitbook](https://www.gitbook.com/). It's really sexy and simple to use. Check out [featherjs](http://docs.feathersjs.com/) as an example. It's also easy to use with Github, so that's a plus 👍