Oskar Risberg

Results 120 comments of Oskar Risberg

React Lazy we tried a while back. The problem arises in the current hosting solution, where all the older files are deleted on new deploy. This means that _any_ HTML...

It feels like it would be very big if we only have a structure like this but if you feel so inclined try it out and see how it looks...

Hmm, that seems hard when we add more properties :/

This looks very promising! Would this allow us to have say a static folder with some files served that way and the rest of the routes served by Restify itself?...

So, what is the way to do this at the moment? Added certs to keychain, set as always trust, imported into firefox both after starting from james and before. James...

Yeah that's true. Might be a lot of work for every browser + os combo. Yeah I followed the wiki but I get different results in different browsers. Firefox just...

I've done some work with Material UI, it's really nice and well built. Also under active development.

I'd probably go with material-ui and then https://github.com/orgsync/react-list for the lists :) On Wed, Feb 24, 2016 at 11:05 AM Mitchell Hentges [email protected] wrote: > When in doubt, diy is...

Oh wow, there is a context menu. :O Yeah, a button would be pretty sweet for this.

I've verified this, and it's the include of `Proxy-Agent` here https://github.com/keithws/node-ssllabs/blob/master/lib/ssllabs.js#L18 that add's the behaviour. If I comment that out, everything works as expected