Ramiro Blázquez

Results 22 issues of Ramiro Blázquez

Imrpove Typo in README

#### Expected behavior I have an app that requires a MediaRecorder using timeslices and taking the data when is available. https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder #### Observerd behavior The library doesn't have this method...

My code works perfect on Apple but I have troubles with Android: this is the response ` Validation failed: { status: 498, message: 'Invalid Purchase Token' }` the code: ```...

We are trying to build this query ``` const { sessionIds, moderatorIds, payouts, createdAts, publicAts } = normalizedData; const usersIds = ['uuid0, 'uuid1'] const createdAts = ['NOW()', 'NOW()'] const publicAts...

question

Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and...

stale

We have been using Segment with Customerio for a couple of years. In general, all is okay, but there is one pain point: the tracking of push notifications uses a...

**Describe the bug** I'm facing a problem with redux-persist that can cause a memory and storage leak Every time a new redux-persist version is created a new key:value pair is...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hello, I followed the readme and tried to use this https://stackoverflow.com/questions/38921492/how-to-style-the-standard-react-native-android-picker/39141949#39141949. But I wasn't successful in giving style on android. I was checking the library, and there is a way...