David Lechner

Results 1486 comments of David Lechner

Could possibly be because System.Windows.Forms.MessageBox.Show is called from non UI thread in KeePassRPC.Extensions.GetKPRPCConfig. Windows doesn't usually mind this but Mono might not be able to handle it.

This feature has to be manually enabled since v1.8 or so. See https://forum.kee.pm/t/placeholder-handling/1100/1

To make it work, I have to run: ```sh buildozer android p4a -- clean-recipe-build bleak --local-recipes=../../../../../../bleak/backends/p4android/recipes ``` It is inconvenient to have to add the extra argument and to remember...

I made the `ssl.SSLCertVerificationError` go away by running `open /Applications/Python\ 3.10/Install\ Certificates.command`. However, I then ran into #1112.

I was going to use `generate-client-interfaces.js` but I ended up just doing it manually.

Passing the LWP3 service UUID to `noble.startScanning()` should work around the issue. (I haven't tried it with noble, but it worked for a similar Python library.) See https://github.com/abandonware/noble/issues/225#issuecomment-994974358 Also, please...

Test has been added. I confirmed that it fails before the change and succeeds after the change.

Raspberry Pi is a Linux computer, so connecting the EV3 to it is the same as any other Linux computer.

I've added a link on the ev3dev.org website, but it would be good to mention it in the ev3dev-lang-python docs as well.