Robert Lancer

Results 9 comments of Robert Lancer

Currently we only support API's available via the Discovery Service https://developers.google.com/discovery/

Want to work with me to fix it? email me at robert lancer at gmail - not sure how to DM on github

@adamisntdead thanks for the feedback! I'm currently refactoring the code base to use TypeScript and will see if I come up with something more elegant for `thisTypeHasNoFieldsAndGraphQLDontLikeThat`, I initially added...

Any reason why this has not been merged?

It's fine if its not supposed to work with black. But then maybe update the readme to use a different color in the example.

Thanks for your work on the extension! Found https://github.com/duckdb/duckdb_mysql/pull/50 Should loading the entire table be the desired behavior? My use case is connecting many tables together from different data sources,...

> ```python > class InputObjectType(graphene.InputObjectType): > > @classmethod > def default(cls): > meta = cls._meta > fields = meta.fields > default_fields = {name: field.default_value for name, field in fields.items()} >...

Looks like this is blocking inserting array types, anything contributors can do to help get it implemented?