Buck DeFore

Results 50 comments of Buck DeFore

@quicksnap if you set your `devtool` to `inline-eval-cheap-source-map` in dev.config.js i've noticed around 75% speed improvement on rebuilds, 10% improvement on initial builds. there's some discussion around why source mapping...

i had a chat with the shakacode folks this morning and discovered that bootstrap-sass-loader is being rewritten and will soon be deprecated. the rewritten version is here, though it hasn't...

Some uniqueness could be derived, to a degree, by system information. As for a unique identifier per user, I'm curious what others think about this. Reports made since October require...

Also, if the goal is to make more accurate summaries of distro distribution, note that some users file reports across multiple distros.

@johanforssell I cover a bit in more detail why there's currently a split between serverside rendered auth state and client rendered auth state: https://github.com/bdefore/universal-redux-jwt/issues/2#issuecomment-179904340 ... I believe the serverside implementation...

@nicolabortignon i made a library for just that and am using it in combination with this boilerplate: https://github.com/bdefore/express-jwt-proxy sorry there's very little documentation at this point.

@nicolabortignon part of the consideration for building my library is to store the token in redis with express-session (which identifies the client by a session cookie). i think that addresses...

@berdof those are linting errors. I'm not entirely sure how they hook into the setup (perhaps with redbox-react, which is enabled here: https://github.com/erikras/react-redux-universal-hot-example/blob/master/.babelrc#L19) ... you can also turn off linting...

following up on our discord discussion: the path i'd like to take here is to have an automation that whenever an english localization string is added, to add those keys...

Thanks @Newbytee for formally making an issue for this. Currently ProtonDB uses the English-only [pluralize](https://github.com/blakeembrey/pluralize) library, which far as I can read does not have an internationalized strategy for counting....