Mariano Ruiz

Results 66 comments of Mariano Ruiz

And here are the tests results on Github Actions, that are not easily visible here I think because the changes are in my repo / branch and not in this...

Hi @FriedrichFroebel , thanks for your feedback ! You are right, I added more Python versions and still run fast enough, and added also Django 3.0 that was missed in...

What do you propose to name the items? Maybe we can add the `dj` prefix to the Django versions, so the matrix would look like: ```yaml envlist = py35-{dj22} py36-{dj30,dj31,dj32}...

Done ! Now an item from the matrix execution looks like: `py3.8-dj3.0`.

Hello Mr @and3rson ! I made these changes, and I see you are looking for developers to take care of the project. Do you want to review the changes and...

I created in a separated PR a new feature that allows to use the plugin with the `ArrayField` type, so the base branch is the branch from this same PR,...

> Thanks for opening a PR @hzung (and for following up on it @MAbdurrehman1); could either of you provide some more details on where you experience this issue? P.s: a...

> Thanks for the additional information @mrsarm . Just looking at the screenshot, this looks like this is caused by an empty option being allowed to pass validation. Is it...

I think we should maintain compatibility with Python 2 while moving to Python 3 as "main" version. To do that, checking the code of our pyxform we can figure out...

@newtewt yes but are we sure that generating the XML like that does not represent any issue in the CHT apps? It shouldn't, XML attributes' order should not be taken...