Ilia Sidorenko
Ilia Sidorenko
@tobrun Is there anywhere where we can vote to prioritise that feature? We are using mapbox and will need 3d map annotations very soon. Both Android and iOS version.
@astojilj I'm using mapbox for react native, so ideally I need the 3d model layer support in `react-native-mapbox-gl/maps` package. I assume it would be something along the lined of ```javascript...
Can this be reopened?
Experiencing this as well. Any pointers on why that could be the case? Does the state needs to be flushed to disk?
Can this please be merged? I'm experiencing the same issue
@devilkadabra69 magika should classify those files as `Unknown binary data (unknown)`. It's in the table you've provided, see index 100.
`sys.stdout.flush()` was the case. Also, appears that sys.stdin is not iterable in python2. I fixed it and it's working now. JSONSream is really nice choice, by the way. It doesn't...
Has the same issue, `export GIT_PAGER=cat` fixed it
I'll try to prepare it as pull-request, i hope merge conflicts could be resolved from contributor side.
Seems like StatusBar.currentHeight is undefined. Hacky fix: App.tsx ```typescript StatusBar.currentHeight = StatusBar.currentHeight || 0 ```