David Lechner
David Lechner
OK. Does that mean you want to use an RFCOMM channel?
Yes.
Pairing is separate from the app. Use the Bluetooth screen in Brickman to pair with the phone. To connect with an app, using an RFCOMM socket is probably the way...
It looks like this affects lots of other VS Code users for all sorts of things. So hopefully it will get fixed in VS Code. https://github.com/microsoft/vscode/issues/228862
Can you share a screenshot of the settings so I. can put it on the wiki? I haven't updated to Sequoia yet.
Maybe this comment is helpful? Although I would suggest to backup `.vscode` instead of deleting it. https://github.com/microsoft/vscode/issues/228862#issuecomment-2395509928
> How can I call an easy "beep" ? Print CTRL+G to stdout (assuming you are using brickrun). Call the `beep` command line tool. > Is there are library or...
FYI, duplicate PR was merged: https://github.com/actions/runner-images/pull/10862 So this one can be closed.
It's not great that the adapter has that address, but it should still work.
How about always generating 2 .py files for every module, a non-async version and an async version? The async version could just be the same module name with `_async` suffix....