Ubertao
Ubertao
PR #42 works great for me. chvt refuses to run without sudo.
Thanks @Zwimber for the pointer. I tried `opencv4nodejs` before, but I don't want to use it because the installation process is too complex and compilation takes hours on Raspberry Pi....
`dlib::load_bmp (image_type& image_, std::istream& in_)` might give us some leverage. It seems we can construct an memory buffer based `istream` and pass it to `dlib::load_bmp()`.
I know I can concatenate all key parts into one string in `getSessionKey`. But I think using separte key parts is recommendated by DenoKV: https://docs.deno.com/kv/manual/key_space Also, it can avoid some...
Yes, logging in again will fix the issue. But for my use case, instead of leaving it to library, I'd rather like to get an exception or error code then...
Thanks for the clarification, your solution sounds good.
I'm having this issue too: Example payload from an AirTag clone cannot be decoded: ``` 2bda2c4200090431ae73c2dc41ed1e6f24235c9ebf9bfeeb804f454f4b5301ddb0f61c875fdfd216d34dc6326a05a5315113b36dea3fe092c1277a21ed79f6662b4d428764732c504f9b2f17dae44d0e515edbe4eb0a6277c2 ```