Francis Secada

Results 33 comments of Francis Secada

@mongkok This has passed all checks. Could you please review for approval?

Addresses https://github.com/eli64s/readme-ai/issues/116. No further unit testing is needed. Adding build jobs to non-Linux platforms may be required via GH actions for subsequent PRs.

It seems to be a possible race condition when using `shutil.rmtree` on Windows systems. I added PR https://github.com/eli64s/readme-ai/pull/129 to fix this specific problem by implementing an `onerror` function to trigger...