Derk-Jan Karrenbeld

Results 461 comments of Derk-Jan Karrenbeld

Yep. ```yarn "expo@npm:~50.0.19": version: 50.0.19 resolution: "expo@npm:50.0.19" dependencies: "@babel/runtime": "npm:^7.20.0" "@expo/cli": "npm:0.17.12" [...] ``` `expo@npm:~50.0.19` is stuck on `@expo/cli": "npm:0.17.12"` @krystofwoldrich is there a commit or a MR that introduced...

It's also not compatible with 3.1.x. See #1234

I also suggest amending the snippet so consumers can tap into "what if branch is blocked".

Relevant forum posts: https://forums.lanik.us/viewtopic.php?f=64&t=26773&p=81196&hilit=branch.io#p81196 https://forums.lanik.us/viewtopic.php?f=64&t=36881&p=118601&hilit=branch.io#p118601 https://forums.lanik.us/viewtopic.php?f=62&t=27958&p=84939&hilit=branch.io#p84939 Perhaps you should support a non-tracking fallback and have them accept thát. Or something similar. https://pagefair.com/blog/2017/adblockreport/ https://www.quantable.com/analytics/how-many-users-block-google-analytics/ If everyone using default settings, this is...

@Zwimber The documentation has now been updated and explain how this can be done for the scanners: https://github.com/minvws/nl-covid19-coronacheck-provider-docs/blob/main/docs/app-deeplinks.md#available-universal-links-1

There is a way to do that without an app store entry. > The link to your Android and/or iOS app store entries so that we can download your app...

I've been using my own version for over a year and published it 8 months ago. It has its own shortcoming, but this isn't one of them. https://github.com/sleeplessbyte/expo-server-sdk-ruby It does...

Using bitfields is exactly what I've seen in many tracks. This comment is merely to support this implementation. Powers of two encoded in a single number are (usually) bit flags...

Sure! I have the fix already somewhere so I'll extract it and merge it upstream!