Odudex
Odudex
Where is the image processing being done? No showing a Maixpy change on the PR, Any link? Can't we add this feature completely under the hood?
Thank you, @kaloudis! I'll keep an eye on the progress of base32 BBQr scanning on the Zeus side, and I'll try to find out why Krux can't parse Zeus' BC-ur...
One more test I did, scanned single frame, signed, then exported as animated BC-ur. When scanning back to Zeus, similar to the issue with BBQr, BC-ur also appears to stop...
I think this is not the way to go for a more consistent Screensaver https://github.com/selfcustody/krux/issues/760. IMO it should be called by system timer, just like "auto shutdown", and its code...
I didn't get why this should be in Krux documentation.
Independently of adding this feature or not, with a little patience you can already can do it in Krux: 1. Create entropy with camera. 2. Note down the mnemonic words....
Done in release 24.09.0
It seems Embit won't accept numbers, or False/True as arguments for and_v operator ``` class AndV(Miniscript): # [X] [Y] NAME = "and_v" NARGS = 2 ARGCLS = Miniscript ``` `ARGCLS...
I'm starting to investigate this, I think it's possible to add code to properly handle boolean literals as arguments in `and` and `or` operators. But, just satisfy the curiosity of...
Did a [sketch](https://github.com/odudex/embit/tree/miniscript_boolean_op) to allow parsing boolean literals. Just to end up in recursive depth issue like rust 😄 Smaller examples like `"wsh(and_v(v:0,and_v(v:0,0)))"` now ~work~ load. Allowing it, however, feels...