Aaron Spjut
Aaron Spjut
I'd like to implement something like graphql-tag in haxe and integrate it with Apollo.
wow that was fast, thanks for adding operations! Yes, graphql-tag outputs GraphQL AST and this looks perfect. I'll see if I can get something running with Apollo over the next...
The ability to remove event listeners has now been added to BasisApple https://github.com/Randonee/BasisApple/commit/fafc6c6e856d8540eeea25ddb2c9236dc55497a6
This should not be happening with the latest git code. You may also need the latest Basis installed as well. Try getting the latest of both Basis and BasisAndroid and...
Sorry but I don't your comment. The install ant task will delete the current build, rebuild, then install to your haxelib directory.
I don't use flash develop so I'm unsure of what is needed. Custom build sounds like the way to go though. There is some documentation for the build xml format...
There may be some way to make an NME view for android and other platforms. I haven't looked so It may even be how NME handles things now.
Specific documentation probably doesn't exist. This may be a good place to start: https://github.com/haxenme/NME/blob/master/templates/default/android/template/src/org/haxe/nme/GameActivity.java This is the NME main activity code.
1) Supposedly hxjava can use jars or some other means so creating externs is not needed. I have not yet looked into this. 2) Probably not without a lot of...
no, its not currently possible. It should be easy enough to add the methods to load the xib files but I'm not sure what would be needed beyond that.