Anna Antonenko
Anna Antonenko
I'm facing this issue too. The underlying filesystem is btrfs. All tests performed with 1GiB files: Native SSD read: 6.1 GB/s Native SSD write: 2.3 GB/s gocryptfs read: 1.0 GB/s...
Hi! Sorry for not replying earlier. I have a couple of design decisions that i need but cannot make: 1. Does this belong in the main library? When I originally...
> Seems to be a good idea. Ask for a new PEP :-D PIGS Extension Proposal
I have almost the same issue. But I use ESP32 MCU and ILI9341 display. SD requests work just fine, until I use the ucg.begin() function. After that, any SD request...
I was able to reproduce the rendering issue with a static call for testing purposes, since I don't have access to your particular flash chip (or any other SPI flash...
> Just of curiosity - do we know the root cause why the moving by two pixels solves issue ? To have universal solution ? Yeah. Before the fix, the...
Not sure how to fix the PVS-Studio diagnostic. I see two possible causes: - PVS-Studio thinks that `strint_to_int32` might access the provided `out` outside the first element. This just does...
Thank you, I'll address these comments.
> Looks nice now! Do you think it also makes sense to replace all uses of `atoi`? Yep, I think so too. I'll do that tomorrow.
Currently working on it: https://github.com/flipperdevices/flipperzero-firmware/pull/3841