Carlo Hyvönen
Carlo Hyvönen
I fully agree that the catch should be removed as it's not really handling the error. For example; we can't see submit errors in Sentry unless we always remember to...
We seem to have similar issue with latest expo, apollo and axios. Apollo debug works fine without "network debug" but if we want to see what happens with axios requests...
I think the issue is related to https://github.com/jhen0409/react-native-debugger/issues/432. Unfetch solution did not work but I managed to get it working by lazy initialization of apollo client. So our apollo client...
Tested this with pubsub emulator and syncronous pull. Worked as intented but with the actual pubsub-service the message count just kept increasing and increasing (purged after 400k messages where nearing...
Created example repo https://github.com/hixus/faulty-google-pubsub. Message multiplication was less but still 50% when I kept publisher on. Does the publisher also need to ack sent messages?
I managed to get it send correct amount of messages with v1.publisher (batches of 100 messages). Subscriber was changed to v1 because of this https://cloud.google.com/pubsub/docs/pull#streamingpull_dealing_with_large_backlogs_of_small_messages. I think something is not...
Used similar but added also enabled={false} so user can't select the placeholder. ``` ```
Noticed the same today with MetaMask iOS. Exactly same qr-code worked fine on Android but failed on iOS. What helped was to reinstall MetaMask on iOS. I'm guessing some internal...
> Did not check the version before reinstall but now it's the latest v5.6.1 (967). Previous install was before summer but I guess iOS autoupdates.
On my project this happens if there is already Drawer open and the I open AlertDialog asking confirmation. This is because react-remove-scroll-bar has already set overflow: hidden when Drawer was...