Matteo Bronkhorst

Results 6 issues of Matteo Bronkhorst

fixes https://github.com/ramazanpolat/prodict/issues/44

from version 0.8.18: ```python def _dict_value(v, is_recursive, exclude_none, exclude_none_in_lists): if is_recursive and isinstance(v, Prodict): return v.to_dict(is_recursive=is_recursive, exclude_none=exclude_none) if exclude_none_in_lists and isinstance(v, List): return [ item.to_dict(exclude_none=True, is_recursive=is_recursive) if isinstance(item, Prodict) else...

see https://the-guild.dev/blog/unleash-the-power-of-fragments-with-graphql-codegen#compose-all-query-fragments-into-a-single-query-operation the component tree ![image](https://github.com/the-guild-org/website/assets/32799956/db735244-7bd3-49ff-a3c0-5e41668cf29b) mentions in the root query a `UserList_QueryFragment` I think this is meant to be `FriendList_QueryFragment`, because the `UserList_QueryFragment` is never defined

[tensorflow-addons has reached EOL](https://github.com/tensorflow/addons), and to keep supporting newer versions of python, we need to drop the dependency. The simplest way to do that involves removing support for the weight...

**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** Using django-filter for filtering an exact...

🐛bug

## Feature Request Type - [x] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior # Description First of all, thanks a lot for this...