Lorenzo Dalla Vecchia

Results 25 comments of Lorenzo Dalla Vecchia

I think this issue is somewhat related to #5866.

I'm also experiencing this issue (map staying blank) after upgrading `cordova-android` from 8 to 11. I debugged the native code and found that the initial call to `getMap` is failing...

@keev-studio please see this commit on our fork: webratio/phonegap-plugin-googlemaps@66e8d2607e88e0318c750f2c0c6ca1d778907ad4. The fix for now is very very hacky. Basically I null out the `cordova` field, so the Java assertion does not...

Sorry for the delay @angelozerr. I had put this bug in standby because I wanted to investigate the use of `openExternalProject` (as suggested on the TypeScript issues tracker). If it...

I'm positing an update here, since this is still open. I did some investigation (outside of Eclipse) about using `openExternalProject`. The first results are promising: it keeps the client "live"...

Hi @jcompagner, sorry for the delay. The problem with recompilation is two-fold: recompiling files changed outside of the editor and cascading recompilation across different TypeScript projects (i.e. tsconfig.json files). Recompiling...

Thanks for letting us know @angelozerr. An additional dependency is not the end of the world, so don't worry!

> Is Microsoft/TypeScript#17493 somehow related to this? @Springrbua it probably is! It looks like something that would make integration with Eclipse a lot easier. When that feature is released we...

Hi @angelozerr, after commit f2982c9b6b08bbb5a692a4d26963b1ea9458d503 there are some new dependencies (Eclipse features/plugins) that I can't trace. Can you tell me what should I install (and from which update sites) to...

Thanks for the quick response: you were so quick that you probably missed the list that I updated into the previous comment. Sorry about that. I tried again and now...