Craig McConomy

Results 5 comments of Craig McConomy

I"ve found the same thing and accepted it as a quirk of the library - more challenging is that it appears to hide introspection in PyCharm (auto-complete doesn't populate with...

> Hi, any update? I am iterating through issues and hitting rate limits .. if there's a better way to automate a batch of a dozen PRs at a time...

I am experiencing the same issue - seems like a blocker. Failed to generate the schema Error: Type with name "GraphEntityInput" does not exists at SchemaComposer.get (/dev/node_modules/graphql-compose/src/TypeStorage.ts:39:13) at SchemaComposer.getAnyTC (/dev/node_modules/graphql-compose/src/SchemaComposer.ts:786:19)...

Thanks for the reply, I understand that what I have above doesn't cover all the batch downloading capabilities you've built into the sync client, and it looks like quite the...

Here is the solution I synthesized from the EXTREMELY HELPFUL above conversation: in your `compose.yaml`, include the following: ``` yaml environment: - AzureWebJobsSecretStorageType=files # looks for secrets under /azure-functions-host/Secrets/ ```...