Matt Krick

Results 210 comments of Matt Krick

can you verify that rethinkdb is currently running on 28015? Also try to debug `getRethinkConfig` and see if it's picking up your process variables, since it'll default to localhost

nah, this is all about client-side streams. keeping the DB and server in physical proximity, it'll probably never be the bottleneck since it dedupes subscription documents before it sends them...

@cometta thanks for sharing! it just so happens subscription support will be my next sprint on https://github.com/mattkrick/cashay. It really is the wild west for real-time updates, so don't be shy...

what's your concern with CSP?

ohhhh! inline styles has nothing to do with unsafe-inline. it just means you write your css in a .js file. For 3rd party css files (leaflet, font-awesome, graphiql, etc) I'm...

Yep, react-look is implemented in Action here: github.com/parabolinc/action Action is exactly like meatier, except I'm being paid to build it, so it'll probably take over meatier in a few months....

@patrickleet 😳 oh wow, you actually did look into it! react-look stores all the styles in a singleton. So, if all the routes are in their own client-only webpack bundle,...

I am _very_ excited about fela. All the goodness of react-look without the bloat! We'll be switching over our production app as soon as the dust settles.

most definitely, a couple cobwebs are starting to creep up on react-look, which is definitely understandable... nobody likes to maintain a library they no longer use. keep me posted on...

I'm thinking token expiration should be validated on the client & deleted if expired. That way, we don't even hit the server for validation, and that way if an attacker...