Dag Ågren
Dag Ågren
(Copied comment from PR) I'm not sure the algorithm is specified quite tightly enough to warrant creating references at the moment. Colour space conversions will affect the result slightly, and...
There seems to be a lot of different Dart stuff going around now. Could you submit a PR for this with a good description?
I'm not sure the algorithm is specified quite tightly enough to warrant creating references at the moment. Colour space conversions will affect the result slightly, and there is no specification...
Realistically speaking, most people would use the simple single-file implementation, which I am also not expecting to make any significant changes to in the future. I'm not sure a package...
Same issue here as in https://github.com/woltapp/blurhash/pull/42: The algorithm isn't really specified strictly enough for there to be exact correct results for a given image. So this test only checks that...
When using CAMetalLayer, I never bother listening to size changes. Instead, when starting each render, I just check `currentDrawable.texture.width` and `currentDrawable.texture.height`, which will contain the correct current pixel size.
@darkuranium Very interested here.
It seems that a second TouchID/FaceID prompt in the app would protect you against one case: When your phone is snatched from you while unlocked, and kept unlocked until it...
I think stlink-tool triggers DFU exit as well? It only responds with valid data once at least. I don't think the offset is an issue, that should cause a failure...
I tried running the code from this branch to flash a Nucleo-F446RE, but it failed, and apparently bricked the STLink to the point where not even the official STLink updater...