Kevin Rood

Results 8 comments of Kevin Rood

Didn't realize a pull request would create a new issue. Closing this one, please refer to issue #124

Okay, so I didn't realize closing this would close the associated pull request :-P Reopened

@glennblock this is great, thank you. I prefer '_' as well.

The example shown [here](http://fluent.stirno.com/docs/#scriptcs) is out of date and needs to be updated to match the example [here](http://fluent.stirno.com/fluentautomation-scriptcs/): ``` c# var Test = Require() .Init() .Bootstrap("Chrome") .Config(settings => { //...

@tenderlove We are also dealing with really slow performance of psych vs sych with an app upgraded to 1.9.3. Any status update on this? Any plans to implement this as...

Please forgive my ignorance, and thank you for the details. I came across references that refer to psych as "pure ruby".

It is fairly common in web apps I build to include database queries as a part of some validation rules. Additionally, separate from async validation, object-level validation (validating a few...