Stephan

Results 12 comments of Stephan

Also the node_module contains the .git folder of the project, which is not allowed in npm.

Not very nice, but without changing the lib, you can use this little 'hack' to make it work: https://gist.github.com/braandl/306640e2aa98392df5b654b2b35facad best

On a real device, this works for me also after re-bundling the app. From what I saw in the debugger, the native modules get invoked just normally and then the...

I am sorry, I do not have cloud messaging in my App, so I can only speak for local notifications. But according to Apples documentation (https://developer.apple.com/documentation/usernotificationsui/unnotificationcontentextension/1845197-didreceivenotificationresponse) it will work for...

I do have the same issue

> looks like you are using mapnik@master to build python-mapnik. > > mapnik@master have been updated to support proj >7.2.0 and therefore had some breaking changes. > > You would...

So, I have tested MetalAngle in a complex App, right now it performs way worse than just using the "normal" opengl backend. I think google's angle is moving at much...

Hey, I have rebased the code of this project to the mapbox-ios-sdk what brings a lot in performance, multithreading support, caching and features.

You can fix this by installing `pip install setuptools-git==1.2`

Just change DEFAULT_URL in distribute_setup.py to DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"