molsson

Results 39 comments of molsson

I'm also waiting for this fix ... any chance you could review it @mynameiswhm ?

Actually, nevermind... I noticed compression-webpack-plugin has brotli support now so I just switched to that.

I have the same problem but we use apollo as the JS graphql client.

@zth If you have access to a high quality random number source (which afaik is not available in non-ejected expo), you can do something like this: ``` const redirectUrl =...

Expo SDK 33 has been released now and comes with https://www.npmjs.com/package/expo-random

Foreign keys and cascading deletes prevents proper deletes atm but you can deactivate users via the "criticctl" command line utility, i.e: sudo criticctl deluser --name foobar

Random note: apparently nginx overtook apache marketshare in top1000 segment recently: http://w3techs.com/blog/entry/nginx_just_became_the_most_used_web_server_among_the_top_1000_websites

Which distro where you trying to install on when you saw the original install.py crash? As a temporary workaround until uninstall.py is improved, you might be able to completely remove...

replace molsson and ~/src/critic with your equivalents ofc

When devs push directly to critic, the Fiddle&Tweak extension can be used to make pure "history rewrite" rebases (no actual changes, just changed commits msgs, squashes, squashed fixups etc) and...