Lachezar Lechev
Lachezar Lechev
I manged to format and write to the SD card. One of the issues that might have caused problems was `littlefs-fuse`. It also has releases for each littlefs version but...
I've tested the new version by formatting the SD card using `littlefs-fuse` and then running some code on the device. I still get an `Invalid` error. I've been experiencing another...
@sosthene-nitrokey any progress on upgrading littlefs? There's a new release `2.7` from 2 weeks ago that adds some support for older littlefs protocol: https://github.com/littlefs-project/littlefs/releases/tag/v2.7.0
I'm looking into this right now using https://crates.io/crates/async-embedded-sdmmc Sadly, the embedded-sdmmc crate only supports fat32/fat16 and right now there isn't a crate ecosystem to combine SD cards with littlefs2
No problems, looks nice and it's understandable to have some wrinkles to iron :wink:
This has been implemented in #44 using the "EngineFS server started at" like when starting the server, however, we should first implement this feature in stremio-web to have an effect:...
Partial work to allow capturing server logs has been done in #44 Remaining tasks: - [ ] Figure out how to store or show to user - [ ] Figure...
You are correct, I just fixed the link. Core LibraryItemState might not be fixable because this will trigger bad deserialization in apps like stremio-web which store locally a serialised version...
We need to double check if this field is used in the API, if it is we cannot change it but we could add an alias. All applications will be...
This issue should be tackled with the new Notifications & Continue watching implementation in #431 @TheBeastLT has already implemented something that works well in the Android TV app, this should...