Nils Diefenbach

Results 96 comments of Nils Diefenbach

Just for the record, i do not believe this has anything to do with the 1.1 spec, but rather with the linked bug in the city lib. The spec, afaiu,...

I have added docstrings in my PR #29 - you could auto-generate the API reference with autodocs, if you guys are using sphinx ?

@aayush26 , luckily you'll only need to document the public methods properly (with examples and such). The private methods and objects don't need that sort of documentation - usually a...

That installation does work, yes. :) Glad if the links are of use to you - wasn't sure how knowledgeable you're about the whole process and didn't want to be...

Yes, pretty much. Between this, btfxwss, Pysher and bitex I simply don't have the time to support it. Would you like to pick up maintainership?

> Hey @neilharris123 Thanks for reaching out. The following is where `repo_id` is present: > > 1. In the resourceGithubRepository [schema](https://github.com/integrations/terraform-provider-github/blob/680c66e184d858bdc409c51a004d5a4cb1cce80d/github/resource_github_repository.go#L391) > 2. In the dataSourceGithubRepository [data source](https://github.com/integrations/terraform-provider-github/blob/680c66e184d858bdc409c51a004d5a4cb1cce80d/github/data_source_github_repository.go#L215) > 3....

> > Hey @neilharris123 Thanks for reaching out. The following is where `repo_id` is present: > > > > 1. In the resourceGithubRepository [schema](https://github.com/integrations/terraform-provider-github/blob/680c66e184d858bdc409c51a004d5a4cb1cce80d/github/resource_github_repository.go#L391) > > 2. In the dataSourceGithubRepository...

Using `asyncio` ? Unfortunately no - but perhaps someone else is willing to contribute such an example. Should I find the time for this, I'll add an example in the...

Commit 428a93a93aabe02579dbadbcd192ce253c906da9 added a crude first draft for asyncio support. I'm still playing around with the library, and have yet to fully get a grasp of it. Have a loot...

Because it's not production ready. It was a draft to see if I could get it working. Unfortunately I did not and Still do not have time to properly implement...