Ubertao

Results 5 issues of Ubertao

In my Raspberry Pi project, the image data are `Buffer` objects from live webcam snapshots. Is there an API to feed them directly to detector/recognizer without having to write them...

Feature: allow custom prefix to store session data under specified key space. Currently all session data are stored under `["sessions"]` key space. This feature would allow users to supply custom...

I got a `400 Error BUTTON_DATA_INVALID` when using menu plugin. The error message is very confusing and it took me a while to debug. Turns out it's because I used...

enhancement
good first issue

I'm getting the following error for calling `AppleAccount.fetch_reports()`: ``` Traceback (most recent call last): File "/opt/./update_findmy_locations.py", line 137, in main() File "/opt/./update_findmy_locations.py", line 129, in main reports = fetch_reports_from_apple(acc, device,...

bug

This is much needed for type hinting. Thanks

enhancement