Friedrich Delgado

Results 35 comments of Friedrich Delgado

Sorry for the late reply. > So IIUC, `login` calls the regular `authenticate` function which iterates over all `AUTHENTICATION_BACKENDS` until one returns a user or `PermissionDenied`, and in your case...

Here's the repository: https://github.com/TauPan/pytest-factoryboy-reproduce-98 If I run the tests with `tox -e py36-pytestlatest-django22`, 4 pass and 4 fail. The failing ones are the ones relying on the overridden `do_calculate` parameter...

An alternative way to reproduce the same behaviour is: ~~~diff modified django_project/factories.py @@ -1,24 +1,27 @@ from django_project import models +import factory import factory.django class ThingFactory(factory.django.DjangoModelFactory): - do_calculate = False...

I forgot to mention: ~~~ FAILED django_project/tests.py::test_thing_3_plus_4_arg - assert 1 == 3 ~~~ This one indicates that not only the trait is not called, the parameters a and b are...

For me (also chromium on linux: Version 40.0.2214.94 (64-bit)) it appears that httpswitchboard does not save settings until chromium is fully shut down -- i.e. I check at the command...

> Oh yeah I also experienced this even on single monitor screen. The cursor will go outside the Waydroid windows if you move the mouse too far This seems to...

Thanks @cancan101 for the analysis. This is exactly what's biting me in my code at the moment. In addition, if the `klass` argument is given, the shortcut still filters on...

Thanks for your pointers, as I'm more familiar with the posix-api than the particular way racket wraps it! I've been using scsh for posix programming a couple of years ago...

Ok, I'll look into that collection you mentioned, should be helpful. (Sorry, I can't seem to reply quoted with this browser here.) A little research (web + manual pages) seems...

> Are you the one that just uploaded the racket-unix-sockets package on > PLaneT? > http://planet.racket-lang.org/display.ss?package=racket-unix-sockets.plt&owner=shawnpresser nope > Anyway, it's just what we need. Cool, I was afraid that my...