Amir Djavaherian

Results 18 comments of Amir Djavaherian

been looking high and low for this. Thanks @cgmartin! ``` javascript //gulpfile.js process.once('SIGINT', function(){ process.exit(0); }); ```

seeing that right now with my first wrangler rodeo. 👍

Here's a interesting side effect I noticed today where a store's methods are bound to actions and can't be spied on, however, the store's method is still available (directly). I'm...

See the answer here: https://github.com/deepsweet/istanbul-instrumenter-loader/issues/16 it's a bug involving the loader termination.

nice. I'm super busy, right now, but I'm sure its awesome.

So it looks like the save to cache already got merged. But it doesn't seem to work for me on Safari. Not supported?

Is this a bug or a feature? Perhaps by design to lock to the latest commit of a branch when building?

I think I might be having a similar issue. ``` TypeError: Filename must be a string at internalRewire (node_modules/rewire/lib/rewire.js:19:15) at rewire (node_modules/rewire/lib/index.js:11:12) ``` This seems to happen only when I...

could be related, we're seeing a similar issue with the provider and a pagerduty integration `received internal server error response (HTTP 500), please try again later` ```hcl terraform { required_providers...

Zomg! I think that worked. I just added it before returning the stub. Here's my slightly modified version. ``` javascript // Based on https://github.com/Khan/react-components/blob/master/test/compiler.js var fs = require('fs'), ReactTools =...