Kai
Kai
I often deal with data structures like this: ``` records_map = { "11" => { id: 1, name: 'something' }, "2" => { id: 2, name: 'something else' }, "7"...
Following the instructions from this repo when you already have react-native-firebase set up for authentication will lead to compiler errors (duplicate symbols, this project and rn-firebase depend on some of...
See my comments on this issue for additional contex: https://github.com/typestack/class-transformer/issues/174 Here's my attempt at improving the way errors thrown by external code are handled. I believe class-transformer should not attempt...