Clemens Wolff

Results 30 comments of Clemens Wolff

Thanks for reaching out. The kwargs approach that you mentioned sounds great to me. Would be happy to accept a pull request for this.

Thanks for reaching out. To help investigate this, could you share which settings you configured to connect to Google Cloud Storage?

Note the similar use-case in https://github.com/pennersr/django-allauth/pull/3081; I believe the implementation provided here is more generic as the path variable can now be reconstructed in the template via `reverse` FYI @jhhayashi

ghp_import isn’t doing anything interesting with authentication so I’d assume that this is a problem linked to the configuration of the underlying remote. From the screenshot it looks like you’re...

To be honest, I haven't done anything on this repo in years so I don't know off the top of my head. @hugovk @sethwoodworth @MasterOdin any ideas?

I haven't worked on this project in years at this point, so I'm just going off of the tests and the code. [This function](https://github.com/c-w/gutenberg/blob/df8fcfab87e9d8f5b97bb44857beb9af5eb9e96c/gutenberg/query/api.py#L41-L58) looks like it should do what...

Thanks for reaching out. I haven't experienced this issue before. Could you provide some more details on your OS version before/after the update, your Python version, which metadata store you're...

Resolving since there was no activity on this issue in a while. Please feel free to re-open with the additional information requested above if you still require assistance. Thanks in...

@ikarth: Now that #75 is merged, the query crash due to the phantom books should be fixed. Let me know if you still face this problem.

According to @MasterOdin earlier in the thread, we can identify phantoms by the fact that they are published by Project Gutenberg and they have no title nor author. The following...