Charles Whittington

Results 90 comments of Charles Whittington

Even outside of the testbed, simply running a script (that launches an app) also generates such an error. ``` $ python test_script.py test_script.py: Don't know how to open documents with...

> Question: Am I allowed to use GPL software to _help_ me with my development, but not reuse any code from it? I've found GammaRay which I figured would be...

> It seems that we can either remove the caching, which is a pretty minor optimization, or add some ability to clear the cache. Thoughts? The [`@cache`](https://docs.python.org/3/library/functools.html#functools.cache) decorator should provide...

> https://toga.readthedocs.io/en/stable/about/success.html > > I think this is the correct link. Ah, yes, thank you. Things were recently reorganized, I guess that was one that moved. I've edited the initial...

Thank you for the insights, those are some good leads to look into. (I'm still learning how the nuts and bolts of the layout mechanism fit together.) Will update with...

> Right now with this PR I have no idea why but when I merge main in it works perfectly!!! And the log output produced is: That's awesome that fixing...

> * Instead of refreshing each container in _refresh_layout, would it help to deduplicate the needed-to-be-refreshed containers? I'm not entirely sure — I need to look more into how containers...

I understand what it is (generally), I was just curious if it's somehow getting called elsewhere, because when I remove it, the demo, at least, still works fine. Also the...

Alright, can do. And I can try and give the tutorials more descriptive names. I'm most familiar with Chicago — not to say *very* familiar, just more than with any...

Interesting. All the testbeds pass, even on Windows, which is where the report originally came from. Either my test's faulty or the behavior observed involves something else at play. Time...