Claudio Pereira

Results 6 comments of Claudio Pereira

Can also reproduce on flex layouts in FF 74 and 75. As @matthiasg said, both growing with the flex container or just being there without mandatory growth is enough to...

Can you please store the flatpak snapshots somewhere more "stable"? Another repository, this repo releases, ...? Your work would be much more appreciated if people could use it :smiley:

```python class Subscriptible(PolymorphicModel): subscribers = djm.ManyToManyField(User) class Postable(PolymorphicModel): author = djm.ForeignKey(settings.AUTH_USER_MODEL) class Answer(Postable, Subscriptible): pass ``` `Answer: (models.E005) The field 'polymorphic_ctype' from parent model 'postable' clashes with the field 'polymorphic_ctype'...

Any news on the rewrite? How is it going?

@satya164 Either way at least I'm grateful for the time I could use your work. You're in your right to have more important things to do, after all you were...

@satya164 Sorry, I'm trying to get into low level, theming is not my thing nor is JavaScript. Maybe someday if I need to do a GUI for some reason. Vala...