Jason

Results 10 issues of Jason

SoundCloud recently rolled out some changes that require an authentication header token accompany all requests. More detail about it here: https://developers.soundcloud.com/blog/security-updates-api If I understand the code right in `SoundcloudResourceOwner.php` it...

First I fire: ``` ReactNativeAudioStreaming.play(url,{ showIniOSMediaCenter: true, showInAndroidNotifications: true }) ``` Then I hit fire ReactNativeAudioStreaming.pause(), which stops the track. After that, I fire ReactNativeAudioStreaming.resume() and the track restarts. I'm...

bug

I've tried implementing this with npm, but finding that the onInfiniteLoad doesn't ever fire? Is there some magic trick I'm missing here? ``` {this.renderChats()} ``` ``` this.loadMore = () =>...

Hi there, am encountering the below issue fairly frequently. W20151210-14:47:02.505(2)? (STDERR) Error: Cannot cache a existing cahced page: / W20151210-14:47:02.505(2)? (STDERR) at class.cachePage (server/route.js:164:13) W20151210-14:47:02.505(2)? (STDERR) at ServerResponse._injectHtml.res.write (server/route.js:86:16) W20151210-14:47:02.506(2)?...

Looks like you're having a similar issue to me -- when Google does a memory sweep to allocate RAM for another foreground app, your app (if in background) is one...

Hi there, Digging into the code, it seems that it's not possible to pass a prop to define the text color of the TabItem in TabNavigation? For example, on TabNavigation...

Here's the code throwing this error: ``` Meteor.defer(() => { Campaigns.update( {_id:nowPlaying,detail:{$elemMatch:detail}}, {$set:{'detail.$.listened_for':length}} ) }) ``` This is executed server-side, not on client. Here's the full log: ``` gxbsm 2021-02-11...

Here's the error: ``` 33jma 2021-02-11 19:40:47+02:00Exception while invoking method 'getResetPasswordEmail' Error: Unrecognized logical operator: $text33jma 2021-02-11 19:40:47+02:00 at packages/minimongo/common.js:579:1533jma 2021-02-11 19:40:47+02:00 at Array.map ()33jma 2021-02-11 19:40:47+02:00 at compileDocumentSelector (packages/minimongo/common.js:572:48)33jma...

Hey, I've noticed that after a couple thousand analyses you're looking at hundreds of gigs of `/tmp` stored data. I'm wondering if perhaps it's not getting cleaned up properly? I'm...

Hi, if I edit a file located `/imports/client/file.jsx` by adding an import to the top (eg `import MdEdit from '@meronex/icons/md/MdEdit'`), I get the following error: ``` hot-module-replacement.js?hash=22d8cfbe1ca1509fc13b6f268883287a7c6b3b6c:560 HMR: Error while...

confirmed
Project:HMR