Jake Howard

Results 216 comments of Jake Howard
trafficstars

Merged in https://github.com/wagtail/wagtail/commit/95eac5ab7801a624451ce53fe0eb94763d07bb9e

Fixed in https://github.com/wagtail/wagtail/commit/5cc28acc563ff258d02a2cbea3de3bad87dfbfe6

Merged with 76fb103f5489757f647bca44adf4640eb300f99d

If we're going to include a password generator, we should make sure it works and is secure. `window.crypto` tends to only work in secure contexts (eg HTTPS and `localhost`), which...

How strange! What version of `react-native-busy-indicator` and `react-native` are you using?

It seems `react-native` slightly updated the API for ``, the main spinner component, but these changes dont seem to be breaking at all. Explicitly setting the `animated` prop to `true`...

In [here](https://github.com/RealOrangeOne/react-native-busy-indicator/blob/master/index.js#L96), add a prop to the `` component: `animating={true}`.

damn, that's annoying. I'll try and recreate it myself and see

> make it an optional dependency Completely agree. Wagtail can't be assuming anything on how people are setup. Some hosting environments don't have the ability to run background tasks like...

I've re-written the implementation chunk of this RFC, specifically to change to more of a backend-based approach rather than having Wagtail implement a lot of it itself or depend fully...