Alexander Todorov
Alexander Todorov
Given what we have in our Known issues section (in README) I propose that by default pylint-django starts reporting on FK and any other related field types which reference the...
From the bottom of https://github.com/PyCQA/pylint-django/pull/299#issuecomment-755181122 MANAGER_ATTRS, QS_ATTRS, MODELADMIN_ATTRS, MODEL_ATTRS, FIELD_ATTRS and the rest of the lists containing auto-generated attributes from Django can probably be generated at runtime instead of hard-coding...
I'm working on new migrations for which I use a default value for a field and I get: `AddField with default value (new-db-field-with-default)` I have `# pylint: disable=new-db-field-with-default` in my...
I have previously reported this under https://github.com/python-social-auth/social-core/issues/270 which was then closed in favor of https://github.com/python-social-auth/social-app-django/issues/135, which was fixed in https://github.com/python-social-auth/social-app-django/pull/136. However I am still seeing a problem with social_django 3.1.0...
## Description fix #1167 Fixes High severity security issue: https://app.snyk.io/vuln/SNYK-JS-BOOTSTRAPSELECT-173741** ## PR checklist (if relevant) - [ ] **Cross browser**: works in IE9 - [ ] **Cross browser**: works in...
For example: https://app.snyk.io/vuln/SNYK-JS-BOOTSTRAPSELECT-173741
I had the impression that if not defined settings.ANONYMOUS_USER_NAME would be defined by default by guardian and we can use this setting anywhere. At present I'm having an issue where...
``` # uname -r 5.6.13-300.mbp.fc32.x86_64 [root@localhost atodorov]# cat /etc/modprobe.d/hid_apple.conf options hid_apple fnmode=2 [root@localhost atodorov]# cat /sys/module/hid_apple/parameters/fnmode 1 ``` I don't seem to be able to make the touchbar display function...
According to https://github.com/haskell/cabal/issues/3902 cabal is very bad at reporting coverage on binaries. However when the `--enable-coverage` flag is used and these binaries are executed they will produce a `binary.tix` file...