ssweber

Results 22 comments of ssweber

Yes, I'd love this. I've never created a test-suite before. If you create a few, I'll start helping out.

It'll be a huge improvement from current by-hand testing all the different database examples via forms. To test dependent handling we'll probably want a testing database/form/docker images that has dependents....

What I’m working on: I have SQLite/MySQL/Postgres/Sqlserver working almost perfectly with a “multiple_databases” version of orders. Plan to add msaccess to it as well. I’ve got fixed the docker issues,...

This would be a great feature. Am about to convert a library from sphinx-style to google, and will be rewrapping a bunch of lines by hand. Another library that parses,...

Clarify usage of an sg.Table in field(). There is code in `Form.update_fields()` that updates a sg.Table, but I'm not sure how one would use it.

I haven’t forgotten about this, just got a little side-tracked with black/ruff. I plan on doing some this weekend.

putting this here for brain-storming how to present a short landing-page readme. ### pysimplesql top-5 features: 1. Binds PySimpleGUI widgets to your data, via specialized SqlDrivers 2. Creates an internal...

Thought I'd share a couple things I used along the way. With ahkunwrapped I was able to unravel the ahk spaghetti-code I had built up over the years into a...

Ah! Shows that I only created hotkeys with ahk and never actually used `ExitApp`. So instead, I could simply do: ```ahk !`:: ExitApp ``` And then try/except to catch the...

Interested in this. (To anyone else you can see changes more clearly by [comparing to refactor/big-refactor](https://github.com/wireviz/WireViz/compare/refactor/big-refactor...tobiasfalk:WireViz:Jumpers_reimp2)