Orgad Shaneh

Results 411 comments of Orgad Shaneh

Proposed PR: https://github.com/tobiaspfaff/grim_mouse/pull/51 You should also pick https://github.com/residualvm/residualvm/pull/1533

Updated https://github.com/tobiaspfaff/grim_mouse/pull/51 to include the upstream fix (which was merged).

Hi, I know this project has not been so active, but is it still maintained? Can you consider merging this PR?

In my case it was because I have Python 3.9, and the dependency of lingvo itself is `requires-python:>=3.6,

On another machine it failed because `pip` was outdated. Upgrading `pip` solved it.

I see your point. Like I wrote, at the very least I'd expect it not to *acquire* the lock if aborted before this stage. The current behavior is that even...

Yes, I agree with both points. Regarding the timing, at least on Windows I have 3-4 seconds before acquiring the lock.

I now see that there's a difference between very early interrupt and interrupt while refreshing. If I interrupt *before* refresh is started, it goes all the way until refresh ends,...