Will Perry
Will Perry
Recently had a store that, at least initially, handled no actions. when creating it, I wrote this: ``` var ConfigStore = McFly.createStore({ get: function(key){ if(!_config[key]){ console.warn("Config key '" + key...
* Should be able to capture at the time the crash/exception is occurring. * Talk @mikem8361 about the JSON crash report generation feature which could be helpful here. * Related...
* Similar to dotnet-stacks * Talk to @davmason about `DoStackSnapshot`, should return stacks for all threads * Could serve up as a new API