Ioannis Kokkinidis

Results 128 comments of Ioannis Kokkinidis

I think I found a way to fix this issue. Change `backend/test/fixtures/User.json` to ``` [ { "_id":1, "username": "admin", "email": "[email protected]", "firstName": "Arnold", "lastName": "Administrator", "admin": true, "createdUser": 1, "updatedUser":...

Nope, but I don't see why that woudln't work.. Except if `_` is not allowed as a field character in MySQL etc..

Good point, you're right! Well then perhaps 2 different fixture directories, would work. 1 for Mongo 1 for all the other dbs I guess. ``` var barrels; if(someWayToFigureWeUseMongo) barrels =...

A PR would be welcome

Not currently, but you're super welcome to open a PR that adds that functionality. It should be fairly easy.

I was indeed using it in viewDidLoad. I did change it to viewDidAppear and I get the same exact result. This has to be a bug..

In case this helps, this is my RMTileSource delegate implementation. (I follow the `` protocol) ``` @synthesize img; @synthesize minZoom; @synthesize maxZoom; @synthesize cacheable; @synthesize opaque; @synthesize mercatorToTileProjection; @synthesize projection;...

Sorry incanus its been a year now. I have no time to check this right now.

This is what I got, not sure if it's the same: RCTFatalException: Exception '-[UIView bridge]: unrecognized selector sent to instance 0x107d54840' was thrown while invoking emitExpiredEvent on target RNFetchBlob with...

Do we need to close that since Intl is now part of [hermes](https://github.com/facebook/hermes/releases/tag/v0.8.1) 0.8.1 on react-native?