Tim Kevin Oxley

Results 173 comments of Tim Kevin Oxley

@alexanderGugel please reopen, this was accidentally re-closed in a rebase I think.

@alexanderGugel @zeke I wonder if it's possible that the sheer number of requests is overloading the local network hardware?

Though… npm somehow gets around this.

@Qix- yeah you're probably right, the dns entries should be in the local cache anyway. Perhaps it's an issue with OS X's dns handling? @Qix- Any other ideas what could...

FWIW I was hoping I could hack this by "shadowing" a sandboxed action with an effect, but `jumpstate` complains that they use the same name. ```js const Data = State('datas',...

@tannerlinsley @codinronan In order for state to have been updated it'd need to either run asynchronously or right at the very end of the middleware chain.

@codinronan great thoughts though I'm not sure if that promise stuff should be the responsibility of this lib… i.e. if users want different promise error handling pattern, perhaps that's better...

I *believe* this is more of a webpack or webpack config issue, the loader is not responsible for deciding which files it processes, it just does what it's told by...

how are you configuring your babel presets?

@diegodurli what do you think about a workaround by filtering stderr lines?