Calin
Calin
@FilipDeVos I'm also interested in this, have you been able to implement https://github.com/natefinch/npipe? Or made any progress whatsoever?
There isn't possible to modify global labels using the GitLab API as I can see here: https://docs.gitlab.com/ee/api/labels.html#labels-api I recommend you setup the labels globally, then copy them to your repo.
Is [SpatiaLite](http://en.wikipedia.org/wiki/SpatiaLite) something that could be considered, maybe for embedded systems?
It is not refreshing after editing shader files for me either. The debugger seems to work, didn't try breakpoints though.
This looks like a translation file missing and it is thrown from TranslationMap. It is the exact same error as listed at the end of [CONTRIBUTING.md](https://github.com/graphhopper/graphhopper-ios/blob/ceccaeccf6edfc83b967e37d569f83ad8bc828cf/CONTRIBUTING.md). Make sure all translation...
Those are the files you need to drag&drop. If still doesn't work, try adding a breakpoint in TranslationMap->doImport() to see which file is causing the exception.
Adding graphhopper-ios to CocoaPods means translating the java sources into Objective-C (which this repo does) and using the translated files to create the library. I absolutely agree with this, however...
Yes, once we have them we can definitely use Travis. Not sure about running objc code on linux, it might be possible with GNUstep but I don't have any experience...
Avoiding manual intervention sounds great to me :smile: Also I think we can get rid of most of the current "manual intervention" when the separation between the import and core...
As @karussell said, we are going to do this. But to be able to publish it as a library on [CocoaPods](https://cocoapods.org/) it needs to be stable and reliable, meaning we...