Fausto Torres

Results 11 issues of Fausto Torres

All variations of zrange with limit not working it always returns `empty array []`. Is there a solution ? ```` console.log(await client.zRangeWithScores('key1',0,-1,{BY:'SCORE',LIMIT: {offset:0, count:1}})) console.log(await await client.ZRANGEBYSCORE_WITHSCORES('key1', 0, -1, {LIMIT:{offset:0,count:1}}))...

Bug

```` const result = await this.client.post("media/upload", { 'command': 'STATUS', 'media_id': `....` }) ```` this code gives me an error ```` errors: [ { code: 38, message: 'media parameter is missing.'...

question

@jbavari VideoEditor.transcodeVideo throws an exception when try transcode a new video and the first video has not been transcoded. Is there a workaround? (only on android)

Hi guys. I'm looking for a deeplink specification to integrate in my app. I need to open the airbnb looking for accommodation in a specific place. Is there a way...

Your issue may already be reported! Please search on the [issue tracker](https://github.com/jemise111/react-native-swipe-list-view/issues) before creating one. **Describe the bug** I'm building a comment thread like instagram has. So two level of...

Is there a way to send location data to backend while the app is in background ?

```` { alert(x.distanceFromEnd)}}> ````

I've tried to cache a request url accessing directly url path but isn't possible for some reason. If I parse the url path removing the slash /url => url it...

bug

### What happened? A github app can't get user stats of total private gists, total private repos, total starred. ### Versions @octokit/core ^4.1.0 node 16 ### Relevant log output ````...

Type: Bug
Status: Triage

It takes a time to render on android. On ios works fine. Any fix?