Jason R. Coombs

Results 1062 comments of Jason R. Coombs

Same with pygame 2.1.3.dev4: ``` ~ $ pip-run -q pygame==2.1.3.dev4 -- -c "import pygame; pygame.init(); pygame.joystick.init(); print(pygame.joystick.get_count())" pygame 2.1.3.dev4 (SDL 2.0.20, Python 3.10.6) Hello from the pygame community. https://www.pygame.org/contribute.html 0...

Still no luck: ``` ~ $ py -3.10 -m pip-run ~/Downloads/pygame-wheels/pygame-2.1.3.dev5-cp310-cp310-macosx_11_0_arm64.whl -- -c "import pygame; pygame.init(); pygame.j oystick.init(); print(pygame.joystick.get_count())" Processing ./Downloads/pygame-wheels/pygame-2.1.3.dev5-cp310-cp310-macosx_11_0_arm64.whl Installing collected packages: pygame Successfully installed pygame-2.1.3.dev5 pygame 2.1.3.dev5...

> Isn't it worth to assume that since we are selecting text here in xterm session, we have a focus right now? Focus will be lost in situations like some...

This issue has gotten more severe for me lately. I recently updated to xonsh 0.7.9 and where before the issue would happen about 50% of the time, now it seems...

``` ~ $ xonfig +------------------+----------------------+ | xonsh | 0.8.2 | | Git SHA | 78b13924 | | Commit Date | Oct 29 14:16:50 2018 | | Python | 3.7.1 |...

And then I upgraded to xonsh 0.8.3 and tested again. Right now, it fails about 2/3 of the time: ``` draft $ cat > foo.py cat: stdin: Interrupted system call...

I thought the solution might be as simple as: ```diff diff --git a/xonsh/history/base.py b/xonsh/history/base.py index 238146fa..2f576c1e 100644 --- a/xonsh/history/base.py +++ b/xonsh/history/base.py @@ -106,6 +106,13 @@ class History: "or slices, not...

Yes. That's what the big green Open widgets indicates. ![image](https://user-images.githubusercontent.com/308610/157933325-20cfa28a-df34-4359-b0f5-411d03ff2d24.png)

Thanks! I was missing this feature as late as last week.

It's working great. Problem solved! Whom can I thank for the fix?