Daniel Flynn

Results 9 issues of Daniel Flynn

If I wanted to pass in any `app` level options where could I pass this through? For example any of these app settings (http://expressjs.com/api.html#app.settings.table). I tried the middleware option, but...

So I am trying to set this up using Resque, but I can't seem to understand where the enqueue is. I have a worker set up to listen for the...

This should fix the Windows specific path issues that @mnr1 was seeing after #66 was merged in. Also, this is the alternative to #70 that does not require us to...

Create a solution for possible test timeouts and needed options.

Based off of #32 there needs to be alternative options allowed for different installations of `phantomjs` as well as configurable flags to be passed along to the execution of `phantomjs`

I was reading through the proposal (which I'm so excited about ✨ ) and noticed a broken link to the group section. I wanted to at least put this up...

This allows for the user to specify an optional reporter, instead of an additional reporter, that can run in place of the existing one.

Update the source because `Parser::Source::Rewriter` was deprecated. Instead we need to use `Parser::Source::TreeRewriter` to maintain feature parody. @tjgrathwell at-ing because I can't assign, sorry! 🤷‍♂️

After cloning this project and updating rake (now up to 0.9.2) I ran into this issue when submitting a new post: NoMethodError in PostsController#create undefined method `path' for #ActionDispatch::Http::UploadedFile:0x00000100e94610 I...