Pascal Büttiker

Results 19 comments of Pascal Büttiker

Thank you for the fast reaction. Well I would just make a context reference "row" which references the clicked row object. So the developer can choose what property he wants...

Thinking about it, there might be another approach: Since the purpose is to give the user the ability to select one row by clicking on it, you could: - Support...

I am pretty shocked how easily the kustomize crowd breaks established standards, given how dogmatic they are about their templating philosophy. On that note, maybe flux should not include such...

I need the distance matrix feature for a mean of 100x100 (all-to-all) queries. _The matrix will then be further processed by genetic algorithms for a complex delivery planning and routing...

Ok that sounds great. I give it a try an implement a matrix method in the lines of ``` java class GraphHopper { [...] public GHMatrixResponse matrix(GHMatrixRequest request) { ......

The way I see it GraphHopper acts as a Facade and should give simple access to all parts. > As currently the GraphHopper class is really big and needs some...

See Pull-Request (WIP) #705

Same here. pub version 1.9.1. ``` dependencies: angular: any web_components: any ``` Leads to the same error message. Even more strange, if I put this in pubspec: ``` dependencies: angular:...

Oh i was not even aware that there is angular 2 coming for dart, since they state everywhere that angular for dart is already what angular 2 for js want...

I redownloaded IA and checked active version with msgbox %A_AhkVersion%, same result. I'll debug it as soon as I find some time.