JRGuazon

Results 6 issues of JRGuazon

``` let wsEndpoint = null; client.userFutureData(null,null, data => { console.log('data', data); }, endpoint => { wsEndpoint = endpoint } ) setTimeout(() => { client.futuresTerminate(wsEndpoint) }, 3000) ``` But it's still...

Because the middleware is taking too long to respond the client is making another request. How to avoid making a new request and just wait forever till it respond. or...

There is a limit of 50 and there is no offset like in getting all post to traverse. I would like to make a suggestion to add options where you...

…se to not drop numbers that exceeds javascript max number digits limit.

### Feature Request Right now when you drag and drop an element what happens is it just shows red/green area like in the picture below: ![image](https://github.com/prevwong/craft.js/assets/10264898/6166cf39-c878-43d7-bf0e-07584997f439) ### Solution I want...

I'm using the following: - `"expo": "~53.0.20"` - "react-native": "0.79.5" - "react-native-purchases": "^9.2.2", - "react-native-purchases-ui": "^9.2.2" When running `eas build` on `--profile production` I'm getting the following error: `TypeError: _reactNative.UIManager.getViewManagerConfig...

bug
acknowledged
android