Yonz

Results 23 comments of Yonz

Can this also be applied to using graphQL as a local store, I have been searching for solutions for an offline application that uses a graph on top of local...

> For me, I ran into this problem when I was putting these spark images on kubernetes. This article explains what the problem is: https://medium.com/@varunreddydaaram/kubernetes-did-not-work-with-apache-spark-de923ae7ab5c. > > TLDR: kubernetes autohatches...

Did you figure it out? I'm expecting that tslab is wrapping around node and doesn't support esm and maybe something like this could work https://github.com/standard-things/esm Context about ESM and CommonJS...

I also have the same issue, and i've tried OpenCL mode and get gibberish for anything over ngl=1. My setup is Intel mac with AMD GPU.

@filipgerat are you ShareMenu.getInitialShare? The issue is that getInitialShare works but listeners don't fire off. my groups settings are properly setup but the listener doesn't kick off. Hence I have...

I can confirm that adding the below in ShareMenuModule.java removes the Android warning (probably should move the discussion elsewhere since this is for ios share). Does anyone know if this...

No, it works fine on Android. Looking to see if this has issues like accumulating listeners forcing the system to kill the app, sort of like an OOM killer. On...

@ungarscool1 The modifications in `ShareMenuModule.java` only apply to Android. The share menu functionality works fine on my Android setup regardless of the modifications below. Forking the repo and adding those...