gmlion

Results 5 comments of gmlion

I'm dealing with this bug everytime I use this library. Is this behaviour consistent as it seems? Is there any reason to not cut the last row?

Similar problem here, standalone build hangs when changing IO Vector Size. Currently 64 and can't change it back. Using VS2013 Express. Please note I'm a rookie (care to tell me...

This is the schema portion about a JSONB field ``` { "name": "customData", "description": null, "args": [ { "name": "path", "description": "JSON select path", "type": { "kind": "SCALAR", "name": "String",...

I just realized it's the same problem of my report, you can check it for further details: #68

You should see the problem in this example form, unless I have something else interfering: ``` javascript import React from 'react'; import { AppRegistry, StyleSheet, Text, View,ScrollView, } from 'react-native';...