Julien Dramaix
Julien Dramaix
Sorry I forgot the negation in my previous comment... I meant : " It does ***not*** seem this api will be implemented in Firefox soon."
This is a good idea but I think this should not be part of Elemental2 as Elemental aims to provide standardized javascript apis.
You don't need to fork elemental2. Elemental2 is built on top of JsInterop-generator that is public. You just need to move your pr #120 in your own repository and it...
We may consider to create a `contrib` directory that will contain project like this one that is created by the open source community but not officially maintained by the Google...
@sgammon As we said, we would be happy to review and submit an external contribution for that. Just fork this repository and create a directory named contrib/chrome_extension and create the...
> https://github.com/Vertispan/gwt-googlemaps-api/ (note that this does not build presently since elemental2 master doesn't either, and that's how bazel plays. the gwt-ace project has a workaround that I'll move over here...
> > https://github.com/Vertispan/gwt-googlemaps-api/ (note that this does not build presently since elemental2 master doesn't either, and that's how bazel plays. the gwt-ace project has a >workaround that I'll move over...
This kind of error can happen when there is a synchronization issue between extern files (that are not provided by this repository) and the diff file. That being said, after...
I think we should fix the extern file for this method. It should accept a Number and not an Object. Then we can use interger-entities.txt to turn the parameter to...
What code do you use in your jnsi snippet?