I hereby claim:
- I am bergerjac on github.
- I am jacobberger (https://keybase.io/jacobberger) on keybase.
- I have a public key whose fingerprint is 40E9 6B86 8C85 4ABF 710E 509E 4A89 D5CF D7C7 4196
To claim this, I am signing this object:
| # include RSpec Factories in Cucumber | |
| Dir["../../spec/factories/*.rb"].each { |file| require_relative file } |
| # debugging | |
| save_and_open_page | |
| puts page.body | |
| puts find("#id").native | |
| puts first("#id .class element").native | |
| # navigating | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
I hereby claim:
To claim this, I am signing this object:
| /* refs | |
| http://machadogj.com/2013/4/error-handling-in-nodejs.html | |
| http://nodejs.org/api/process.html#process_event_uncaughtexception | |
| */ | |
| function asyncTryCatch(tryFunction, catchFunction, keepAliveOnHandled) | |
| { | |
| process.on('uncaughtException', function(ex) | |
| {// hook onto uncaughtException -> execute catch | |
| var handled = catchFunction(ex); |
| using System; | |
| using System.Windows; | |
| using System.Windows.Controls; | |
| using System.Windows.Input; | |
| using System.Windows.Media; | |
| using System.Windows.Media.Imaging; | |
| namespace LightSwitchApplication | |
| { | |
| public partial class Application |
| // Client | |
| using System; | |
| using System.Diagnostics; | |
| using System.Windows.Controls; | |
| using Microsoft.LightSwitch.Presentation; | |
| using Microsoft.LightSwitch.Presentation.Extensions; | |
| namespace LightSwitchApplication | |
| { |