Radik Fattakhov

Results 7 comments of Radik Fattakhov

@Samsinite could you share a working example, please? I've spent all my day to manage direct upload from RN app

For anybody who will want to make react-native and rails ActiveStorage (s3) make it work: ``` import RNFetchBlob from 'rn-fetch-blob'; import { Buffer } from 'buffer'; const hash = await...

Thanks, @nbolender ! You saved my time

Any luck with solving this?

@SpyridonZ any luck? Are you sure that reason is in paginated collections count? I faced the same problem after updating my application from meteor 1.2 to 1.3.

@SpyridonZ Following helped for me ``` javascript // inside Template.projects_list.onRendered ProjectsPage.requestPage(1); ``` Seems like something happened with initial page loading. I tried ProjectsPage.set for filter, but it didn't work when...

Is there any update?