Ray Benefield

Results 12 comments of Ray Benefield

My preferences lean towards `tape` with [`tap-spec`](https://github.com/scottcorgan/tap-spec) and using [`tape-bdd`](https://www.npmjs.com/package/tape-bdd) for the actual test writing since I prefer the language of BDD. I didn't even think about using a formatter...

I'd like to second the removal of the `sourceMappingURL` or at least an alternate version. It bloats the dev console with another warning and if we need source mapping then...

I definitely can... I'm at a Code Retreat for most of the day, so I'll tackle it tonight.

@vihanb did the rebase and @drgould's test as well as my tests seem to be working fine now. Something to note, the deep recursive imports will also not work with...

@vihanb just dropping a quick reminder for a PR review in case you missed it. :)

@vihanb fixed the readme @vihanb

I've actually started working on the first one, the nested folder structure system, this morning. :) It will be my first public open source pull request. I've got the initial...

I've put in the initial pull request for the first portion (#11). However it doesn't solve your use case @serhiipalash . It doesn't specially handle `index.js` and I haven't quite...

I wanted to put a little note here. I am working on a new PHP ORM heavily focused around using annotations, introductions, and other details to allow developers to string...

No, thank you @lisachenko for the work you've put into this and your continued efforts. Seeing efforts to ensure compatibility with PHP 7 is very comforting. It's good to hear...