Ekin Dursun
Ekin Dursun
**Related command** **Description** Related to #28829. - [x] The PR title and description has followed the guideline in [Submitting Pull Requests](https://github.com/Azure/azure-cli/tree/dev/doc/authoring_command_modules#submitting-pull-requests). - [x] I adhere to the [Command Guidelines](https://github.com/Azure/azure-cli/blob/dev/doc/command_guidelines.md). -...
Same issue as https://github.com/Azure/azure-cli/issues/28829. `ruff check ./src --select W605 --ignore-noqa` finds 1113 errors. @bebound you might want to know
InputAccessoryView takes a function returning a ReactNode, not a ReactNode.
As seen [here](https://devguide.python.org/versions/), the Python versions below Python 3.9 have reached end-of-life. Should we still support them?
https://github.com/nithinmurali/pygsheets/blob/9ba1a6d23956026019c50998445d5e2e21c190ad/pygsheets/address.py#L416-L420 I can use `worksheet.get_values('D2', 'D')` as expected (yes, all column `D` except `D1`) if I comment out the lines above. But if I don't, it works like `worksheet.get_values('D', 'D')`....
I want to be able to pin reels. I can pin the media in my feed using `media_pin`, but I didn't see a method to pin a reels in reels...
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Describe the bug** When I use `clip_upload`, it fails because of a `ValidationError` on the response data. **To Reproduce** `cl.clip_upload(Path(video_path), description,...