-
Hi,
thank you for providing graphene-elastic with some examples of the usage. Nonetheless I have problems to understand the key concepts. To be more precise: I have my data organized in different ela…
-
@barseghyanartur, I took a look at the django-es stuff. They seem to rely on a set of conventions for bool queries (must, should). I had started to implement something different by constructing the ro…
-
# Checklist
- [ ] I have read the relevant section in the
[contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs)
on reporting bugs.
- [ ] I have check…
-
Issue:
When I try to import pynamodb I get:
ModuleNotFoundError: No module named 'typing_extensions'
Full traceback:
>>> from pynamodb.models import Model
Traceback (most recent call last):…
-
**What Renovate type are you using?**
Renovate CLI via renovate/renovate Docker image in Gitlab-CI
**Describe the bug**
We updated the docker image of our renovate bot from 14.x to 16.x yeste…
-
APP_TEST fails (non-essential)
```
[ 78%] Built target chain_bench
[ 78%] Building CXX object tests/CMakeFiles/intense_test.dir/intense/block_tests.cpp.o
[ 79%] Building CXX object tests/CMakeFi…
-
I looked in the documentation and couldnt find anything.
Say I have some indices defined like this
```python
class Student(Document):
name = Text()
teacher = Text()
class Teachers(Doc…
-
Hi,
Thanks for creating this library. I was unable to find code examples of mutations or subscriptions. Is it possible to accomplish these operation with this library?
Thank you for your time.
-
Hello, first off let me say that I love this integration and that it has made integrating ES with Graphene very easy. However, I am curious if it is possible to retrieve the calculated relevancy score…
-
Graphene uses aggregation query to fetch tag values for given set of tags. Currently, ```size``` parameter of the aggregation query is not set to zero, and this makes response time longer as the numbe…