derdilla

Results 121 comments of derdilla

@pimlie I looked into the ble lines you send and they look like enough, potentially even too much permissions (iirc modern android doesn't need that many location permissions). I only...

@pimlie glad to hear my retrying had at least some use. You probably already thought of this, but I just had the idea of "simply" ignoring disconnects/retrying until at least...

@pimlie your description sounds like you are building from a stable flutter, and try to build beta-flutter code. In that case you can either use beta flutter or use the...

I toyed around with this a bit unsing low error correction and pseudorandom measurements in the usual bp ranges: - as you guessed non-binary formats are relatively unreasonable (I get...

This was intentional since this would allow showing the graph in more detail. Of course that does not mean that a different layout on larger devices doesn't make sense. What...

I think that thanks to your PR this is a very straight forward feature. If this ends up growing to much we could interface with a dedicated app (like openScale)....

autobuilding all pr pushes seems like a waste of githubs processing power to me. An action to invoke for users to test on their end (like with exotic ble devices)...

I choose flutter_blue_plus since it was the biggest ble library. your libraries look smaller which could mean less tested. Since they are all basically wrappers I think the size is...

resvg/minimal.rs output is correct (although quite low res): ![Image](https://github.com/user-attachments/assets/ee34aad7-5641-4e41-bae0-80a72d695707)

Same on android. From what I've gathered, missing fonts are due to resvg's [naive font loading](https://docs.rs/fontdb/0.23.0/fontdb/struct.Database.html#method.load_system_fonts). It only checks a few hardcoded directories. Maybe servo could give resvg more context?...