Devin Rhode

Results 293 comments of Devin Rhode

I have 4 "TODO" comments, 2 "optional", 2 seem more meaningful

Having written this yourself @gautaz, what do you think about the warn function again? I was thinking that if someone wants to pass in a warn function, it shouldn't cause...

Sorry dropped the ball What I was trying to say, is that maybe we add this to the type interface: warn?: (...args: any[]) => void

Agreed @typicode this is ready to merge imo

nooooo stalebot!

I wonder if there's a good pattern to integrate with an existing runtime-library that adds breakpoints into the render tree. https://www.npmjs.com/package/@artsy/fresnel#why-not-conditionally-render Is nice due to it's SSR support, but it's...

I don't think it's a silver bullet, but it may be worth seeing how the 4x larger css compresses under gzip, and then serving that with an http2/spdy server.. and...

I think @SimplerSoftware has a typo at the end of his snippit, `maskedValue` is not defined, I think he meant to use `mask` but I'm not sure

@tncho Similar thing for Ember - you need to also fork the wrapper library, and change the dependency in angular2-text-mask. More or less you need to get angular2-text-mask to use...

@ehmicky the different shells/versions issue could be reduced. Require latest version of zsh available through `brew install zsh`. Otherwise fail. Helps everyone. People writing scripts like myself have any easier...