Spencer Phillip Young

Results 210 comments of Spencer Phillip Young

Thanks for raising this. However, all code in the `_sync` directory is automatically generated. Changes to `_sync/` must originate from `_async/` changes. (to avoid the code rewriting, you can also...

It perhaps doesn't _have_ to be committed, and I've gone back and forth on whether it should be or not, but ultimately it made it easier for linting tools, mypy,...

I took a look at your fork and this looks pretty cool. I think drag and drop support would be something FreeSimpleGUI users are interested in. Though, at first glance,...

Hmm. Maybe. If there's a clean way to implement it without disrupting existing codebases depending on FreeSimpleGUI, I don't see why not. No such work is planned and introducing such...

Hmm. Would you be able to provide some minimal code that can be used to reproduce this problem? As a stab in the dark, based on my experience with similar...

This may be related: https://github.com/python/cpython/pull/128103 It may get merged and eventually backported to Python 3.12/3.13 The brew installation of Python3.13 may already contain these fixes. https://github.com/Homebrew/homebrew-core/pull/201830/files

Thanks for the report. Can you please share some minimal code that can be used to reproduce this problem?

Closing this due to being stale. If you still have this problem, feel free to comment here and I'll reopen, or feel free to open a new issue.

First, let me assure that I do understand the value in keeping things compatible and I do keep this balance in mind and do try to avoid breaking compatibility, especially...

@deajan the latest release includes the changes in #27 The most recent release shouldn't necessarily be _incompatible_ with 3.6 as far as I know. Though, because 3.6 doesn't support module...