gmlion
gmlion
I get `The module/namespace 'MongoDB.Bson.Serialization' from compilation unit 'MongoDB.Bson' did not contain the namespace, module or type 'IBsonSerializationOptions'` when compiling the Release build of my project in VS 2017. The...
Hi, we found that JSONB fields are generated as Option properties, and upon insertion they are saved a escaped JSON strings, such as `"{\"name\":\"abc\"}"` We're using Hasura as GraphQL backend....
In InputComponent I see you're setting TextInput's width to this.state.width-this.state.labelWidth, but in Android label's width is the component total width, since the container defaults to { flexDirection: 'column', alignItems: 'stretch'...
Since the build process is ``` "scripts": { "build": "del ./lib && babel . -d lib --ignore node_modules" }, ``` shouldn't the lib directory ignored under .gitignore?