Michael Rossetti
Michael Rossetti
Hey, thanks for this great package. I have`detoxify` in my "requirements.txt" file, and it works great locally. But when I push a Heroku server, it raises this error: "Compiled slug...
The Twitter API [docs](https://developer.twitter.com/en/docs/twitter-api/annotations/overview) reference a list of context entity records kept in a [github repo](https://github.com/twitterdev/twitter-context-annotations). This PR adds a method to the `Client` to fetch this data.
Provides users with an option to return client responses in `pandas.DataFrame` format. Supercedes #1133
**Describe the bug** The suggested quickstart code doesn't work / doesn't produce results. No trending videos? **The buggy code** ```sh pip install TikTokApi==5.2.2 python -m playwright install ``` Preferably the...
The suggested pagination traversal strategy is not working. It results in an infinite loop. ``` rb @client = Octokit::Client.new(:access_token => ACCESS_TOKEN) user_response = @client.user username = user_response[:login] events_response = @client.user_events(username,...
Hi, I see there is the ability to customize the height and width properties of the graph container, but I was looking for some guidance on how to make the...
Hi, I loved using shoulda matchers in my rails apps, but have been using flask apps in Python more recently, and testing them with pytest. Are you aware of any...
Hi, thanks for maintaining this list. I've added some links to apps I have created that I'm hoping others will find valuable.
#### Description I am using this package with SQLAlchemy models. My goal is to use a factory to create a model instance, along with a number of associated model instances....
Hi, I'm a big fan of using custom templates, but I found my custom template stopped working once I configured EJS layouts using the `express-ejs-layouts` module. Weird thing is, the...