Brendan Simon

Results 46 comments of Brendan Simon

I have a model design where ModelA has a set of ModelB, and ModelB has a set of ModelC, and ModelC has a set of ModelD. i.e. ModelD has an...

Fair enough too. If it could be made as easy as a "cat this an that", maybe with little refactoring or something, then it might be worth the effort.

Installed ok with Python 3.7.6 on macOS.

Hmmmm, it's working from MSYS2 terminal and from my PowerShell terminal ok, but not if I run it those shells from within a VS Code terminal. That's strange as other...

It could be a path issue, at least with activating the python venv from within the VS Code terminal, as my PATH variable had a mixture of Windows and UNIX...

Presumably related/duplicate of #236 ?

Yes. I see this too. I use Win 10 Pro as development host and a Debian Buster as a Guest VirtualBox VM and develop via Remote SSH extension. I've been...

I'm not aware of the other ShowWindow functions. The wxwigets/wxpython discussion group is probably the best for those. Probably the best option to call the dialog from a thread is...

I use f-strings a lot (because `.format()` so sooooo ugly). Is this issue on the radar for a fix anytime soon? I'm guessing not since the last commit was 26-Jun-2015...

Ok. Thanks for the update. I have the official python3-libgpiod working on my board so I'll stick with that. If I have any issues I will come back and check...