tadeo

Results 9 comments of tadeo

Hi @WhyNotHugo! Is this PR still considered to be accepted? I'm about using this app in a site and I can contribute code to make this work. Gracias y saludos...

I think there is no reason from the point of view of a content author to make a distinction between SVG and other image formats. SVG is the best image...

@gasman if you want to help a developer ensures consistent handling of thumbnails in greyscale (something he can't achieve with current version of wagtail) a setting to constraint the format...

Hi all, any news about this? Thanks!

I don't use Safari as a browser but I use it to debug production PWA on iOS. It would be great to have a plugin to inspect the redux state,...

Not sure about this but after reading the docs I suspect you might: ``` class Post(RulesModelMixin, PolymorphicModelBase, UUID_PK, TimeStampedModel): class Meta(RulesModelBase): ```

Did you try to adding RulesModelBase as 'metaclass' parameter as suggested in the documentation? ```class MyModel(RulesModelMixin, YourBaseModel1, YourBaseModel2, Model, metaclass=RulesModelBase)``` Another option I think could work is to inherit from...

I think it could be due the [default interval](https://github.com/headzoo/react-moment#interval) is greater than a second. Did you try to set it to 1000ms?

Facing the same issue I found that `createActions` in the README probably refers to [redux-actions](https://redux-actions.js.org/api/createaction#createactionsactionmap), a redux-modules' dependency. @besrabasant do you know an actively maintained alternative to redux-modules? Thanks for...