PaulPatat

Results 5 comments of PaulPatat

This is not consistent with the GoogleMaps provider at least for Dutch addresses. The town of Zaandam is in the municipality of Zaanstad. Google maps returns Zaandam as locality and...

Is this why my build macro is giving 'build failure' in Haxe 4.3? ``` import haxe.macro.Context; import haxe.macro.Expr; using StringTools; class EnumBuilder { macro static public function build(types:ExprOf):Array { var...

Yes. You'd subclass framework classes and override some methods so it has to obey the covariance and contravariance rules. Of course it's not just Void, for example you'd also override...

I'm not fond of all the overloaded signatures in CakePHP, but going overboard with named arguments won't improve the API for me since I write application code in Haxe, which...