Matthew Schweiss

Results 37 comments of Matthew Schweiss

This issue seems to also apply to MacOS 12.6.3 as well (just to confirm it is not a Windows specific issue). Python 3.11.2 ``` Test file: /var/.../test_file.txt Test lock file:...

I tried using an install recommended in https://github.com/arsenetar/send2trash/issues/51#issuecomment-858111428 ``` python3 -m pip install pyobjc-framework-Cocoa==7.3 send2trash==1.7.0a1 ``` Now I get a different error: ``` % python3 Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25...

Is there an update on this?

Added regression test. Needed to run it manually, as the `test_scroll()` keeps failing (it worked once though)

> Hey @TheMatt2, thanks for your contribution! Unfortunately, it doesn't seem the right approach if it breaks scrolling. > > My suggestion is for you to rethink your changes so...

So it seems the following error the CI reports is introduced by the PR, I'm looking into what the implications are. ``` FAILED qtconsole/tests/test_00_console_widget.py::test_scroll[True] - assert 1930 == 1170 ```...

Updated approach to not break `test_scroll()`. While I am not sure exactly why this broke the test, the issue was printing was screwed up if the user clicked around during...

Change to draft, as `test_carriage_return` fails if `w._executing = False`. Want to resolve this before merging.