Reid Mayo

Results 27 comments of Reid Mayo

I would be, I've been very busy with work but yes I would be. On Fri, Sep 24, 2021, 2:41 PM Jacob Spizziri ***@***.***> wrote: > @billmalarky , there is...

Ok I will test it out and deploy when I get the chance to work on this this week. Thank you. On Mon, May 14, 2018, 4:34 AM Kenneth Geisshirt...

According to Realm js docs, it is perfectly acceptable to have multiple realms open at any given time. React Native Queue does not use the default realm, it uses a...

>Deleting react-native-queue realm dependency package in node_modules does the trick, but that is more of a hack/work-around that needs to be done every time node modules are updated. So if...

@colaskirschoff hijacking this thread to let you know I have been trying to respond to you via email and my emails keep getting bounced off your mail server. My response...

Realm has known remote debugger issues. Look around in the other githib issues in the react native queue repo and also maybe look at realms repo. I haven't personally run...

No errors are thrown? Can you share some example code? If it is proprietary/closed source just "anonymize" it for purposes of an example. On Thu, Apr 26, 2018, 5:06 AM...

Realm was chosen for persistence because the queue requires transaction support for several reasons. Due to this requirement AsyncStorage cannot be used (I put a fair amount of thought into...

@rexxars do you mind doing a rapid install of react-native-queue into your project and quickly throwing up a test worker and some example jobs then trying remote debugging? I used...

That's so weird, I've run this queue on simulated iOS/Android as well as on an actual android device and have never run into this problem. What version of react-native are...