Luke McGregor

Results 8 comments of Luke McGregor
trafficstars

@Sleavely I realise this is an old issue, but where are you getting makeHttpEvent from? Is that a custom method you made, or something provided by a library?

I have been having this too. Heres how I solved this one. 1. react-native init app-name && cd app-name 2. yarn add react-native-voice 3. cd ios 4. pod install 5....

What about moment.range(momentA, momentB, true); That way in the next major version you can throw it away by ignoring the extra argument or exceptioning on === false.

Im using npm workspaces and this seems to trigger the issue. If move the node_modules folder to the current directory everything works fine, but this isnt how workspaces work

I've had this on android also when using react-navigation drawers. It looks like its to do with content that is positioned off the screen and then translated back onto the...

I also would really like some clarification around this. It doesn't appear anywhere in the docs. Im new to iOS but I though that keychain data was already bound to...

Yeah this seems ridiculous to me, surely ``` Buffer.TYPED_ARRAY_SUPPORT = global && global.TYPED_ARRAY_SUPPORT !== undefined ? global.TYPED_ARRAY_SUPPORT : typedArraySupport() ``` or ``` Buffer.TYPED_ARRAY_SUPPORT = window.TYPED_ARRAY_SUPPORT !== undefined ? global.TYPED_ARRAY_SUPPORT :...

Im having a similar problem. Im also using multiple instances of serverless-offline via lerna (but only 3), The error seems to occur randomly after sitting idle for some time. Again...