Harsh

Results 17 comments of Harsh

hey @MartinThoma, @Lucas-C i have tried working on this feature but i am not able to find out where you are referencing packages in pdfly? I need to add uncompress.py...

@Lucas-C I have implemented the feature but i am having trouble linting it with black, my local system with black shows no need for reformatting while the CI run fails...

> > i am having trouble linting it with black, my local system with black shows no need for reformatting while the CI run fails with Black error. > >...

Hey @Lucas-C! I've implemented a fix for the compression issue where files could end up larger than the original. #173 **Approach:** Added size comparison logic that writes to memory first,...

@sauravpanda i have tried working on this issue with a [PR](https://github.com/Cloud-Code-AI/kaizen/pull/637). Can you take a look? and if possible assign his issue with a hacktoberfest label

hey @yurijmikhalevich can i take this up?

@yurijmikhalevich I have tried implementing this functionality with PR #218 Can you please review the PR and let me know about the feedback?

Hey @Pierre-Sassoulas , I've submitted PR #10658 extending C1802 to detect len() comparisons with zero (e.g., len(x) == 0, len(x) > 0). The implementation adds detection for 6 additional comparison...