Cory Laughlin

Results 9 comments of Cory Laughlin

I think it may have something to do with the event propogation. If I do: ```python root.after(10, sv_ttk.use_light_theme) ``` Then everything works.

The fix for this is to use pip from a virtual environment as described in the error message: > If you wish to install a non-Debian-packaged Python package, create a...

I don't see any issues with allowing the detailed error message from the operating system to instruct potential users on how to use a virtual environment to install the designer....

Hello, I found myself reading through the discussion over in issue #71 and thought I might take a crack at making a simpler way for users to add their own...

Not a problem at all. Thanks.

Thank you for taking the time to look this over and give your thoughts. > I think I get the point. But it's not clear to me what it allows...

Yes, the injected config is supposed to be a dict type. Dot notation can be used in the Declarative container and in the `Provide` notation, but not after the config...

I can confirm that I am able to run tests in the testing panel without issue. It is only the AI agent that is unable to run tests. EDIT: @segfly's...

I did a little more testing and asked the LLM to run tests with a specific name. It appears that the tool call with `testNames` argument is working: ### Tool...