Joe Lust
Joe Lust
Thanks for the ask, @Ark-kun This repo is generated from this [batch job](https://github.com/twistedpair/google-cloud-sdk/blob/master/.github/workflows/sync_gcloud_releases.sh) which analyzes the tarball Linux installer images. It doesn't actually install them. I think it would need...
@noahtaylor Because our current release is `3.10` and the current targeted release is`3.12`. The feature you're looking for was just released in the [3.16](https://developers.google.com/maps/documentation/javascript/3.15/reference) API. We've not gotten to it...
@noahtaylor see the [GMaps versioned API references](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki#official-google-maps-api-references). Sadly Google Maps team abandons the links every few releases. However, their [API change log](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki#official-changelog) is how you can usually figure out what's...
@gilberto-torrezan @tj-recess You're correct. This project is not being updated. It was created for all the reasons you mention, including the lack of an official GWT supported Maps lib. It...
@mikegfink Seems the JS for the full screen demo was not deployed with the last demo release. The [nocache file](http://gonevertical-apis.appspot.com/fullpage/fullpage.nocache.js) is missing. I think that for the next demo release,...
@paulux84 are you able to reproduce this behavior with the raw GMaps JS API? Since this is a GWT wrapper, your description sounds like a possible underlying JS API problem,...
@povilasb Good point. This could be done without breaking changes, I believe, since presently the methods are `void`, so no one is doing anything with their return values. I'm strapped...
@branflake2267 good point and perhaps a more self contained solution.
You can exclude those dependencies in the Maven dependency tag. I bet it will build with any forward version.
Just faced this problem again. Now however, with `gwt-maven-plugin 2.5.1` the my project will not even compile due to incompatible compiler flags. As such, simplest workaround is, in your consuming...