fokoz

Results 9 comments of fokoz

For those who faced this issue could try to use my modified code here: `src/EagerLoad/index.js` ``` 'use strict' const _ = require('lodash') const BaseEagerLoad = require('@adonisjs/lucid/src/Lucid/EagerLoad') const RelationsParser = require('@adonisjs/lucid/src/Lucid/Relations/Parser')...

@cognitus I didn't test with filter `where` but I think it should work. Could you try to use my code, if it works I will fork it.

@musonza I think he has meant that he want the name of another user in conversation(1:1 chat) in conversation list. Right now, I have the same problem as him because...

It is RN `ScrollView` issue itself: https://github.com/facebook/react-native/issues/30736

I don't quite sure if it is because of `react-navigation` issue https://github.com/react-navigation/react-navigation/issues/6087

@eyoeldefare thank you so much, please let me know if you push an update. Keep doing great work mate !

> there is a workaround shared by OneSignal team: > Add entry in host file of your linux box. > onesignal.com 104.18.226.52 > > Working fine for me now. `104.18.226.52`...

This library use `Object.keys` so every items will be sorted automatically, it is not quite a good idea to use object as items in the picker. I ended up using...

You have to use throw error like this to stop the process and catch it from the client side `throw new Error('Some authentication error')`