Anurag Narayan Jena

Results 19 comments of Anurag Narayan Jena

hi @ReimarBauer , i want to work on this issue. Can u plz assign this to me?

I think Flake8 does not flag unused variables in tuple unpacking,this test might have been unnoticed.

> see comments updated plz review it

Hi @ReimarBauer Can we explicitly check if the string is "True" (case-sensitive or case-insensitive) and then convert it to a boolean, instead of directly converting the value to a boolean?...

I want to contribute to this issue @kmehant .

hi @ReimarBauer I think the failing test cases are due to race conditions and shared state issues when running tests in parallel using `pytest -n auto --dist loadfile`. i think...

Hi @ReimarBauer I believe this issue is caused by the "Sans Serif" font mapping in Qt5. On macOS M4, the delay might be due to Qt5's fontconfig not correctly mapping...

Hi @daemon1024, I wanted to contribute to this project. Can u share the resources from where to learn?

Hi @ReimarBauer , I believe the issue is a method signature mismatch in changeEvent. The parameter should have a defined type, like this: `def changeEvent(self, event: QEvent):`