trbs
trbs
Hi @cocoy I'm using a very similar setup to your #102 Differences are: In settings.py: ``` python AUTHENTICATION_BACKENDS = ( 'ldap_workaround.LDAPBackend', 'userena.backends.UserenaAuthenticationBackend', 'guardian.backends.ObjectPermissionBackend', 'localshop.apps.permissions.backend.CredentialBackend', 'django.contrib.auth.backends.ModelBackend', ) ``` I have LDAP...
Thanks for all your work ! Can I ask to make separate PR's for the individual improvements ? (Docker, Influxdb, etc) That will make it a lot easier to get...
@kmcminn are you still using Bucky and interested to get your improvements into the current mainline ?
The package is called `pybloomfiltermmap` but the module is called `pybloomfilter` Use: ``` import pybloomfilter ```
Alternatively with a bulk lookup method, I assume @yvesx is looking for this: ``` intersection = bloom_filter.multi_lookup_return_keys(some_set) ``` Which would be functionally equivalent with the example. My initial feeling is...
@acs agree it does not win any beauty contests :-) Alternative could be to move this as a new "feature" of `Task` class. Having some kind of `setup()` and `teardown()`...
I would be happy to merge Windows support, however I do not own nor have any experience on the platform. So I'm dependent on other people to write a pull...
Could you please redo the commits and remove all other changes not relevant to the issue ? Also it would be really helpful to have a small test case that...
definitely ! (to bad travis does not support *BSD)
That's an interesting one... I can see your point. On the flip side I can see it not being the desired behavior as well for a lot of users. Say...