Andrea Briganti
Andrea Briganti
How did you installed django-recaptcha3? Do you have this issue only when you run coverage or also when you start your project in development?
Yes, I've tested the package with the latest centos using a venv as usual in many projects I done. Which centos release do you use? Which Python version? Could you...
I think that the new version of cucumber requires a huge refactoring of the project :| In the next days I will try to update the version and will change...
Because the latest cucumber-js release uses es6 and you need to refactor index.js and world.js in order to use that library. We can't mix es5 and es6 because eslint will...
The Gnucash website adverts this application, but if it has been abandoned it could be useful if they get the ownership of this project. There is no way to contact...
yes, but no answers and no github activity (not only for this project) since 2018. it's sound like the maintainer is m.i.a. Il mer 25 set 2019, 18:45 nottheend ha...
Yep this really broke third-party apps. Watch this example: ``` python class PersonMembershipInline(admin.TabularInline): model = PersonMembership extra = 1 class GroupAdmin(admin.ModelAdmin): inlines = [ PersonMembershipInline, ] class Group(models.Model): members =...
This bug is related to the lack of support to wsl. there are other 2 bugs related to the same error. I don't know if maintainers are planning some kind...
But this is not a fix, because you are using WSL to avoid to install software in your host (in some company laptops you can't install what you want). The...