Matthew Lennon
Matthew Lennon
We're seeing the same error, but when running a detox debug build: ``` > Task :react-native-ble-plx:processDebugAndroidTestManifest FAILED [androidx.vectordrawable:vectordrawable-animated:1.0.0] /Users/~/.gradle/caches/transforms-3/f14803a315f67746b9fb71068be927be/transformed/vectordrawable-animated-1.0.0/AndroidManifest.xml Warning: Package name 'androidx.vectordrawable' used in: androidx.vectordrawable:vectordrawable-animated:1.0.0, androidx.vectordrawable:vectordrawable:1.0.1. /Users/~/git/mobile-app/node_modules/react-native-ble-plx/android/build/intermediates/tmp/manifest/androidTest/debug/manifestMerger1534477790134497961.xml:5:5-74 Error: uses-sdk:minSdkVersion...
I changed my local copy of these changes to bevy 12.0 and it seems to work with that too 👍
We're seeing the same behaviour. Very occasionally we get some result, but it's less than 10% of the time. JS will run in the background for firebase messaging as it...
@Rafazor do you still have this problem? I'm curious about this line: > The event is not sent when a notification is received, it's only sent later on when the...
Thanks for the response @Rafazor. That was our thinking too, the ratio of sent:received:pressed. Our pressed tracking works, but only because it opens the app to handle the notification press....
Removed my update to the README for the API key setup. As this [other PR](https://github.com/sqren/alfred-currency/pull/14) has done a better job. Though I think their [changes](https://github.com/sqren/alfred-currency/pull/14/files#diff-53f86bdf4311ba1e45ec9d1a94abb8765bf2cfad988ee9d228dbe96566dcdf89R33-R34) to lines 33/34 of `currency.php`...
I get the same issue, the `todo_app.rs` works when you clone this repo locally and run it, but if you make a fresh project and paste it in as `main.rs`...
I made some progress today and I have finally understood what is going on with the `AppPage` constructor! The `master` branch is at version `0.3.0` but the latest crate is...
Hi @krruzic, I just stumbled across this repo after looking for some examples of a rofi/rust project. The todo example is really great! ~~Could you please let me know if...
Cheers for the replies @ngirard. I have noticed dmenu-rs but I have tried dmenu before and would prefer to use rofi atm :smile: