Rhey Anthony Laurente

Results 8 issues of Rhey Anthony Laurente

Does this works with react-native ? or do you plan to add support for mobile part ? Thanks

src/utils/collect.js - throws error when pushing updates. - Error comes in in http/web collecting uint8arrays has unexpected buffer item

**Describe the bug** When I tried this, it gets that follow_reference error products = Product.objects() result = json.loads(products.to_json(follow_reference=True)) but if I add .first() or .get() it works. products = Product.objects().first()...

Hi there I just want to know what's the process on updating Podfile Thanks

enhancement

Is there any way to make it work in Web Worker on Android / IOS WebView ? I able to implement it in browser using offscreencanvas and it worked perfectly....

Hi there, I'm trying to update both compileSdkVersion and targetSdkVersion but it seems, only the first one updates. In the example below only compileSdkVersion updates but if I tried to...

Does this plugin work on android / ios webview ? OffscreenCanvas and OffscreenCanvasRenderingContext2D functions are undefined in Android WebView as it doesn't support OffscreenCanvas. My goal is to use this...

Hi, This library is so cool! do you have example for clone and pull ? Thanks