LWprogramming
LWprogramming
Interfaces present a challenge for schema renaming that don't show up with regular object types uninvolved with interfaces. This PR implements suppressing object types that implement interfaces. The main issue...
This depends on some other code being merged into main, such as the code for interface implementation suppression in PR #1002, so this is just a rough draft at the...
Neither [Neo4j](https://neo4j.com/docs/cypher-manual/current/syntax/values/) nor [RedisGraph](https://oss.redislabs.com/redisgraph/cypher_support/#types) support Decimal types, but Neo4j does support floats and RedisGraph 64-bit doubles, so it would be nice to add a field like that to the schema...
Create a test for the behavior below, which produces the right result but is counter intuitive. Consider the query: ```python graphql_input = ''' { Animal { name @output(out_name: "animal_name") in_Animal_ParentOf...
For this compiler, it's possible to filter on optional vertices and edges. For instance, the GraphQL query in `test_input_data.py` is as follows: ```graphql { Animal { name @output(out_name: "animal_name") in_Animal_ParentOf...
### System Info transformers version at the time of writing is `4.26.1` ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ]...
The glowing mesh only looks correct from one angle, and in theory that angle should be facing the camera at all times. This used to be calculated with local coordinates...
## 🚀 Feature Request Suppose we create a dataset ``` compression = 'zstd' container_name = "foo" folder = "bar remote = f'azure://{container_name}/{folder}' columns = { "id": "int", "value": "str", }...
Fixes #74
matplotlib exists in [_deps](https://github.com/patrickvonplaten/controlnet_aux/blob/c8ee2a7e3be86576494a7629cc544bd1790fb179/setup.py#L86) but not in [install_requires](https://github.com/patrickvonplaten/controlnet_aux/blob/c8ee2a7e3be86576494a7629cc544bd1790fb179/setup.py#L167) and extras is empty. Is this intentional? Had to install this by hand in my venv and was kinda surprised