Florian Zimmermann

Results 5 issues of Florian Zimmermann

This should fix issue #149. When there is no stale value to return, one thread tries to compute func()'s result while all other threads wait for it to complete.

Filtering on FloatFields crashed with a ValueError because it tried to convert the already serialised float back into an actual float. Also, in Python 3 `xapian.sortable_serialise()` returns `bytes` instead of...

`configGlobal` is undefined in [line 34 of tumgreyspf-clean](https://github.com/linsomniac/tumgreyspf/blob/53731a1e5e783ffe1ebc05442eeab0f9439ac66c/tumgreyspf-clean#L34). This should probably be `config` instead.

This fixes a bug in that `DjangoConnectionField` doesn't call its `resolver` function despite it being documented in the [Graphene docs: "Resolvers outside the class"](https://docs.graphene-python.org/en/latest/types/objecttypes/#resolvers-outside-the-class). ```python # currently, this will never...

### Version - redis-py: 5.0.1 - redis: 7.0.12, 7.2.1 ### Platform - Python 3.10.11 on Windows 11 - Python 3.10.12 on Ubuntu 22.04 (WSL) ### Description This may be a...

bug