Andrew Yurisich
Andrew Yurisich
Clojurescript is also suggesting doing it this way. `ctrl + f` for "Named Parameters & Defaults": http://himera.herokuapp.com/synonym.html
I would look into some of those packages you linked to, and possibly this one as well if you're running tests in parallel https://github.com/futurice/mocha-jenkins-reporter You can specify the [reporter to...
Thanks! I have a `chapter-6` branch laying around, but it's not going anywhere. Mainly because the forms on the project site are kind of odd, and make for good corner...
Addressed in https://github.com/nickburns2006/rxDataTable/pull/17, https://github.com/nickburns2006/rxDataTable/pull/18 Remains open.
All I can think is that I don't want to bind my checking to an immediate function. I want some other button on my page to iterate over all checked...
Why would you include xpath? [Don't use xpath in automated browser testing.](http://sauceio.com/index.php/2011/01/selenium-xpath-marks-the-spot/) I use css for everything, unless I have an id. I vote `find_by_css` and `find_by_id`, and that's it.
I think the install said to use 1.9.3 Have you tried using rvm to set your ruby to that version before setting up xiki?
For those who are in need of a node-specific (as opposed to an io.js) version of this library, I forked this and created https://www.npmjs.com/package/yslow-node. All of the original license information...
~~Use a function instead:~~ ``` js header_PersonName: { // This is how to find the actual header element. get: function() { return this.findElements(this.by.binding('{{header.displayName}}')); } }, getPersonName: { value: function ()...