Christopher Chiche

Results 6 comments of Christopher Chiche

@andrewshrout you could try to create a file called 'deckgl.d.ts' in your `src` folder. And in this file put only this code: ``` import * as DeckTypings from "@danmarshall/deckgl-typings" declare...

I created a small library that might help you https://github.com/Sqooba/mobx-react-intl/blob/master/README.md . The goal is to integrate mobx-react with react-intl. I didn't test it on react-native yet though.

We have implemented java bindings for traildb here: https://github.com/Sqooba/traildb-java Please note that some features are currently missing but issues and PRs are more than welcome since it's a work in...

@buremba thanks for the feedback. When we started writing our library, the one you published wasn't there yet. We already spent quite some time improving the performance of our library,...

@zdJOJO could you please try to setup an example with https://stackblitz.com/ ?

It would be quite great indeed for user experience to have such a feature. From a data protection point of view, it would also enable us to not move user...