David Poetzsch-Heffter

Results 45 comments of David Poetzsch-Heffter

I agree, the timezone issue #124 make this *really* difficult to debug. I would prefer a comparison using `.to_f` instead (which is probably the same as direct comparison?)

I created a port of the old wdio4 `browser.setViewport` functionality: https://github.com/mondata-dev/wdio-viewport-size, maybe this helps in driving this forward? What is the state of this PR, do you have a working...

This seems to work now with the current master (4bf4993919dead0fb98ce9ceff5c88493eb03a63).

I don't think this is needed anymore as it seems to work with the current master (4bf4993919dead0fb98ce9ceff5c88493eb03a63)

I integrated angular 1.6 support in my fork https://github.com/dpoetzsch/md-pickers. See #192 for details on the fork.

If you want you can use my fork for now https://github.com/dpoetzsch/md-pickers. It has merged pull request #189 which should fix this issue. For details on the fork see #192.

For me this would break compatibility since I'm still stuck with angular material 1.1.1 because of https://github.com/angular/material/issues/525#issuecomment-280365044. Why not make it depend on `angular-material` version `^1.0.4`?

I think this is already possible using ```javascript angular.config(["$mdpDatePickerProvider", function ($mdDatePickerProvider) { $mdDatePickerProvider.setOKButtonLabel("YES"); $mdDatePickerProvider.setCancelButtonLabel("NO"); }]) ```

I integrated this fix in my fork https://github.com/dpoetzsch/mdPickers. I will try to create a bower/npm release in the next time so others can profit from the advanced state of the...

If you still need this you can use my fork for now https://github.com/dpoetzsch/md-pickers. It has merged pull request #189 which should fix this issue. For details on the fork see...