You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jonbrenas ,
I've opened this new PR from a branch on the main repository to resolve the CI test failures we encountered with the earlier PR from my fork. In addition to migrating the branch, I've made several adjustments to fix MyPy type errors that were causing issues during the CI checks.
Please note that the MyPy errors in the CI weren't visible in my local environment, which is why I needed to commit the fixes iteratively to verify their effect in the CI pipeline.
This PR supersedes PR #784 .
Could you please take a look when you have a moment? Thanks!
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mohamed-laarej. This looks correct and the mypy fixes (while slightly annoying and not always helping make the code clearer for humans) are probably a good thing.
Hi @jonbrenas ,
Thank you very much for reviewing and merging my first piece of code in an open source project! I really appreciate your guidance and feedback throughout the process. It means a lot to me as I continue learning and contributing. Looking forward to working on more improvements with your support!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re: issue #783
This PR addresses the windows path compatibility. Supersedes PR #784 from my fork to resolve CI test failures.