Jure Erznožnik
Jure Erznožnik
Agree with @melinath, thanks for making this. As long as issues are properly identified and solvable...
Oh, and another comment: there was also an issue at the binary vs DB version check where ansible initially errored out with "Failed to set permissions on the temporary files...
Updating to confirm this role working on ubuntu 18.04 LTS. Edit: the things tested are users & database creation, a few variable overrides.
I believe #459 is suffering from the same problem, just going about it in a different way
Yes, that's exactly what I did. The issue I opened to tell you that your default config produces configurations that won't get used by postgres because the ordering is incorrect....
Same issue. Made a stupid workaround where I defined some accessor functions in the window namespace in `mounted` and `destroyed`. No clicking: I just use the reactive stuff and set...
In our case, the task is shared among UX, Design, Front, Back people. We mix'n'match for each task so static teams are not a good solution. It would be nice...
Agreed: I'm using django-bootstrap3 which is exclusively imported via template tags and this plugin is not detected at all. Additionally I also use djangocms-admin-style which isn't even imported via tags...
Additional: it also does not detect psycopg2 which is listed in DATABASES. I guess a more complete (but not ultimate) list would be: INSTALLED_APPS MIDDLEWARE TEMPLATES (BACKEND, OPTIONS / context_processors)...
Necro, but still relevant, I guess. @nedbat I just installed this today, running on django 2.0, coverage 4.5.1 and the plugin 1.6.0 My .coveragerc: ``` [run] plugins = django_coverage_plugin omit...