Results 236 comments of ialokim

You can definitely run the benchmark binary directly on your target machine. You can find it under `./target/arm-unknown-linux-gnueabihf/release/deps/{name}-*`, with the name used in the `Cargo.toml` file. So just copy that...

I actually encountered a similar unexpected result. Consider the following benchmark: ```rust pub fn criterion_benchmark(c: &mut Criterion) { let mut group = c.benchmark_group("criterion"); let len = 1500; let mut node...

Since you've added the windows label: I'm actually experiencing this on a XFCE desktop, so I don't know if the same problems occurs on Windows too, but it's definitely not...

according to the [documentation](https://developer.android.com/reference/kotlin/androidx/compose/ui/semantics/package-summary#(androidx.compose.ui.Modifier).semantics(kotlin.Boolean,kotlin.Function1)) (emphasis added by me): > `mergeDescendants: Boolean = false` > Whether the semantic information provided by the owning component and its descendants should be treated as...

This is most probably the same as #2120 and #2041

Same applies to `DropDownMenu`

Related to/duplicate of #2041

Wow, that was fast! Thank you very much for your quick reaction! However, when calling BinaryEye via the Intent, the calling app is likely to expect some sort of return...

> AFAIK, it did not open for the QR code scan intend of Firefox for Android: (mostly tested with Firefox for Android) and (from #10): > I'm using syncthing from...

Thanks for your suggestion! Indeed, that is something I have been missing before. @grote, I think v1 had such a function, any specific reason why it was not carried over...