Sagi Buchbinder-Shadur

Results 71 comments of Sagi Buchbinder-Shadur

I will give it a try. The people maintaining *Click* seem to reject most of my ideas. I'll try make the same PR there. if they approve it, I will...

Hey, no problem. Here's the PR pallets/click#2210

I hope we can make the videos about 10 minutes each. I assume that 1 and 5 will be the longest, 3 will probably be the shortest

Hey @Jorgeromeu , thanks for the feedback! In regards to the mathematical knowledge needed for making the videos, I think I got this covered :) I just need someone with...

Hey @Hebbmat330. Cool! Let's talk. Send me an email with some details about you and your experience and we can continue from there :) I don't think we need 3d...

Hey @Jorgeromeu . I think this is one of those projects where the more people are involved the marrier :) Please send me an email with some details about you...

Project update: @Hebbmat330 and I started working on the scripts for the 5 videos. We are currently working on video number 4. Once we finish that, we'll start working on...

I also encountered this bug with the following example: ```python from pathlib import Path from typing import Optional, List def clear(paths_list: List[Path], limit: Optional[int] = None): if limit is not...

Hey @ofek , I think the main issue here that there must be a way to **document a subcommand with full command path**. In that way the user will have...

Maybe you shoukd consider migrating to *[uv](https://docs.astral.sh/uv/)* instead of *poetry*, as it seems very promising as the new package building framework. From my experience, onboarding is relatively easy. even for...