Ollie Snowden
Ollie Snowden
I wanted to get proj4js working with Rhino JavaScript engine. I too had a similar error, specifically: org.mozilla.javascript.EcmaError: TypeError: Cannot set property "proj4" of undefined to "org.mozilla.javascript.gen.script_1@c038203" (script#1) Fix: I...
Hopefully the following is helpful: ``` 2020-06-10T03:49:31.946Z info: Azurite Blob service is starting on 0.0.0.0:10000 2020-06-10T03:49:31.950Z info: AccountDataStore:init() Refresh accounts from environment variable AZURITE_ACCOUNTS with value undefined 2020-06-10T03:49:31.950Z info: AccountDataStore:init()...
Sure - perhaps there is opportunity to share test suites between production and Azurite. We have updated the dependencies across our services and practically this is no longer an issue.
Sweet - I am using the library to test out some analysis routines so it has been good to kick the tyres with the lib. I'll feedback if I encounter...
perhaps if folk could raise any comments with the view to merge then I could rebase.
@stolstov thanks for your initial thoughts. My comments are primarily around creating pure Java abstractions that can be used in all Java and Android projects if easily possible. Pure Java...
Thanks Shelly, I might be going to the Dev Summit - I'll certainly pop by if I do go. Clearly a lot is possible _but_ much ultimately comes down to...
The comments above sound great. #ThoughtsOfOne: * coverage - an indicator to suggest whether data coverage is global or not (e.g. globe icon if so). * license - a subtle...
just for the record, we use JTS for Android apps. Java 1.8 on android is pretty sketchy - some Java 1.8 classes / methods are unsupported depending on android version...
@jnh5y - elegantly no. Typically, one would build with the Android gradle [build tools](https://developer.android.com/studio/releases/build-tools.html), which have all kinds of lint checks. There is the [android-maven-plugin](https://github.com/simpligility/android-maven-plugin) but I haven't used that...