Shlomo Gordon

Results 19 issues of Shlomo Gordon

``` .venv/lib/python3.8/site-packages/graphene/utils/subclass_with_meta.py:46 /app/.venv/lib/python3.8/site-packages/graphene/utils/subclass_with_meta.py:46: DeprecationWarning: Creating a DjangoObjectType without either the `fields` or the `exclude` option is deprecated. Add an explicit `fields = '__all__'` option on DjangoObjectType NAMI to use all...

🐛 bug

Is there a way to specify link lengths for individual links in a DAG? I was able to do something similar with link width by passing a link accessor function...

https://github.com/yaakovLowenstein/hx-requests/pull/87

That is really what it is.

enhancement

## Description As someone who regularly works with Django’s Class-Based Views (CBVs), I’ve found hx_requests to be confusing because it tries to follow the CBV pattern but deviates in small...

Is there any reason why we can't use `JSONField` instead of `TextField` for `object_json_repr`? It would allow for querying within the json for specific logs. https://docs.djangoproject.com/en/5.0/ref/models/fields/#jsonfield

When using `dict` for `GET_block` or `POST_block` it does not support specifying a list of block names for each template. Also, I find it confusing that there are multiple ways...