Christoph Thiede

Results 128 comments of Christoph Thiede

```python ts.query_tweets("museumbarberini", begindate=dt.date(2015, 1, 1)) ```

Wow, it seems as we are missing a `request.raise_for_status()` just [here](https://github.com/taspinar/twitterscraper/blob/master/twitterscraper/query.py#L92). If I understand the code correctly (which appears to be "slightly" abusive in terms of recursion), the right way...

Thanks for the PR! Anyone else receiving improper tweets (could be sponsored material) since using this patch? **Edit:** Hm, the issue is even older. I just opened #342 for it....

That's awesome news! :rocket: If I go to , install the extension, and press the "Don't have an account?" link, I am redirected to this page: ![image](https://user-images.githubusercontent.com/38782922/155380373-e39d6719-4b7d-4e2a-a0af-aa08208b8807.png) (https://webviewview-sourcegraph-searchsidebar.vscode-webview.net/) But when...

Hi @fniephaus, thanks for the explanations! > Releasing images once per hour will very likely cause a lot of storage usage. Considering that most resources we use are free, I...

Not sure whether this belongs into the same issue, but the "branding" could to be updated, too. For example, we are using smalltalkCI in [Squeak by Example](https://github.com/hpi-swa-lab/SqueakByExample-english/) to generate PNG...

(To everyone searching for a fast solution for deploying images: As a cheap alternative, you could also refer to my new GitHub action [LinqLover/create-image](https://github.com/marketplace/actions/create-image). Please pardon the self-promotion, but I...

PS: Is there an option to optimistically merge all coverage data for platform-specific code branches or would coveralls do this for me automatically? :)

I [added](https://github.com/hpi-swa-lab/squeak-spelling-services/commit/8a10a0de2578b14840cb618b7d0078593dbcae04) the `COVERALLS_PARALLEL` to my build but this didn't help. I'm also confused because on [this repository](https://github.com/hpi-swa-teaching/SWT-Demo), the coverage has always been detected correctly ... Is this really non-deterministic...

> As far as I understood from glimpses in README and closed PRs here and in Metacello (especially [Metacello/metacello#536 (comment)](https://github.com/Metacello/metacello/pull/536#issuecomment-723679034) by @LinqLover), it should accept either username+password or token, and...