Matt Krick
Matt Krick
oh wow, exactly my thoughts after reading #139. Yeah, let's just chunkhash the css file. Although fair warning, I'm thinking about doing away with stylesheets in the future, so I'm...
so assuming we put a hash on the `.css` or move to an inline alternative (eg react-look), i think the PR is primarily for denying access to those 2 resources....
very true. we've deployed action using dokku & although the devops isn't documented, you can see how we've handled environmental vars here https://github.com/ParabolInc/action/blob/master/webpack/webpack.config.prod.js#L9
koa2 is in beta until V8 offers await/async. for front end stuff bleeding edge is cool. for stuff that matters, I like to wait. That said, if someone submitted a...
interesting, thanks! Ideally, we should probably scrap the dual login/sign up pages & do it correctly #109, we'll take care of this when that one gets done
works fine for me, if it doesn't work for you i'm open to a PR
yeah, like @trungtin said i should probably use CORS as no-cors will be opaque. I forget all the right settings & IIRC the native fetch was doing something weird. If...
A PR does infinitely more good than a +1 :wink:
yeah... that's what's broken in a bunch of OSS. There's no white knight going around making PRs on issues that have the most "+1"s, awesome as that sounds. As a...
@wtgtybhertgeghgtwtg I've seen that, but haven't played with it much. I _think_ it would work, but ultimately it'd be nice to arrive at a solution like what's described here: www.pocketjavascript.com/blog/2015/11/23/introducing-pokedex-org...