Aaron Hamid

Results 21 comments of Aaron Hamid

Edit: well, I upgraded `gulp-mocha-phantomjs` (`^0.10.1`) and everything seems to work out of the box so my comment is probably no longer relevant. > Blanket does not proxy Mocha events...

+1 I believe the underlying problem is that Blanket is causing a second load and execution of the (now instrumented script). This same behavior bites in a different way. Consider...

@taoeffect first i think your comment needs to include a colon prefix: `###: ... ###`. Also i think this method definition looks like something not possible with flotate currently. See...

I ran into the same error with Fedora's PHP 5.3.20 package. The above solution did not fix the problem for me. I was still left with: ``` configure:16669: checking for...

Perhaps it's a permanent bug in the PHP 5.3.x line... https://bugs.php.net/bug.php?id=52419

as far as i understand a collection is just a view on a certain field, for example, the 'collection' field. this can be any string, and the patch above allows...

+1 for supporting some sort of direct DOM generation. In my case I'm using a component framework which generates DOM explicitly and encapsulates state in components...so it becomes completely unmanageable...

Just ran into a similar case, first tried to see if by any chance it was handled already, but perhaps something naive would suffice for many cases: ```javascript const inverse...

I'll add that I think I'm seeing the same issue when parsing an external doc that references its own definitions relatively via `#/path/def`. For example, this doc, and peer external...

> if it is called "bananas-from-the-moon.jison" it will generate a "bananas-from-the-moon.js" which you have a global variable var bananasFromTheMoon = (...). this doesn't seem to be the case at least...