eidorb
eidorb
I've managed to add a new passkey with Python. There's a bit more to do, but a promising step. 
I've [released](https://pypi.org/project/ubank/2.0.0rc0/) a package with passkey support. The README has been updated with new instructions. It's pre-release so you'll have to specify the version when installing: `pip install ubank==2.0.0rc0`.
New pre-release changes the passkey serialization format: `pip install --pre --upgrade ubank`
 😆
Thank you for the existing documentation. Here's an *excellent* resource for structuring documentation: https://docs.divio.com/documentation-system/. Watch the video for a quick intro. I think the cookbook falls under how-to guides. A...
I couldn't help myself once again making more changes than necessary... so I rolled those back. Just some `to_dict()` and `from_dict()` functions at the module level now. I think there...
This will be nice. I hacked together a bundler using Poetry some time ago when arm64 Lambda functions dropped. It bundled arm64 Lambda functions (with pure Python dependencies) on non-arm...
I can't reproduce any errors. Maybe because I'm not trying to enrol a new device?
It's because of the new passkey thing. Soz, I'm not gonna break what's working for me. I'm actually using this! And if that ends up breaking too I'll move to...
Give it a go peeps!