Spencer Phillip Young

Results 210 comments of Spencer Phillip Young

Hmm. Great question. I believe there is room for this to be added, yes. The `FreeSimpleGUIQt` package in this fork currently is based on the Pyside2 of the upstream (LGPL...

#57 proposes pyside6 support

PySide6 support is now available in FreeSimpleGUI 2.0.0

Thanks for the report. There's probably some improvements that can be made in the `_resolve_executable_path` function to help address this issue.

Hmm. This might happen if there is no window active. Though, I think I might infer that your expectation is that, in this case, it should return `None` rather than...

Hmm. I'll take it under consideration, but I probably would not split this package up. It is worth mentioning that you can specify the version of AHK to use explicitly....

I hate to be that guy bringing up a new/competing library in response to an issue elsewhere... but for whatever it's worth, I'm working on a new json5 library, [json-five](https://github.com/spyoungtech/json-five-rs),...

As a possible hint to the performance problems, I've also observed `json5` uses excessive amounts of memory (like 10GB+ in your tests) while `serde_json` uses nowhere near that much.

Thanks for suggesting. Are those install locations default behaviors for the AutoHotkey installer and is that documented somewhere? I think I also vaguely recall that the installer inserts a registry...

If you're using AutoHotkey v2, you'll have to change the send mode in order to see the effect of the `key_delay` parameter take place properly. Keep in mind, AutoHotkey v2...