Pavel Hrdina

Results 95 comments of Pavel Hrdina

I did updated your theme and fixed some bugs. The theme now uses less colors so it's less disturbing. ![image](https://user-images.githubusercontent.com/198654/131328345-2d1fb30c-d534-404c-a840-feb8f452f577.png) Here is the theme file ``` # made by [email protected]...

It took some time. It's not that easy to figure all theming possibilities.

Is there a way how to incorporate both ways withourlt dirty line removal?

Just bumped into this. Since no futher action was made by the maintainer I came up with this dirty hack: ```sass .mddtp-picker .mddtp-picker__header, .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid .mddtp-picker__tr span.mddtp-picker__cell:hover, .mddtp-picker__body .mddtp-picker__viewHolder...

This bug is old as shit but still there. Solution from @ccd0 fixes it.

Hi guys, I'm getting similar error: ``` [pht] out: b'Sentry responded with an error: (url: https://sentry.io/api/216427/store/)' [pht] out: ERROR | 2018-05-22 20:19:43,638 | base | Sentry responded with an error:...

You have to use only the ticker as parameter to `Share` class. So I guess in your case it's `TCS`.

when I try the quesry directly in YQL console it gives me the results: https://yhoo.it/2nEbMDJ Try to debug down the problem in the library itself.

Well I guess the repo author is not active, so should I fork the repo and put my improvements there? I guess that would be quicker...

> 2 second delay between each request How do I put a throttling into twitterscraper? From what I know it creates and spawns all the request automatically.