Yash Suthar

Results 11 comments of Yash Suthar

I figured the issue pls look at the closed Pr#13 . I closed it cause it's not the best solution. I have a way like on initialisation we check if...

@moreal @youknowone This isssue can be fixed by just [https://github.com/RustPython/RustPython/blob/main/vm/src/readline.rs#86](url) . toggling bracketed_paste = true but i am not able to find any flag/config by which we can toggle this...

changed the PR status. @Roy-043 please kindly review.

@youknowone i have doubt , as cargo fmt --all formats the code then are we going to make an commit from CI ? or we can use cargo fmt --all...

So what i am thinking is that whenever user open a PR from fork , our CI run cargo fmt --all then if any changes this wil commit to pr...

@youknowone We can do one thing, whenever a user pushes to their fork, the CI pipeline run cargo fmt --all and if any formatting changes are needed, it should commit...

@youknowone I’d like to know your thoughts on the solution, as it’s a hassle to remind everyone to run cargo fmt --all each time.

@youknowone i got confused as we can do two thing to be efficient and avoid conflicts . 1. we run auto format at the end of all workflow . 2....