Adam Hess

Results 9 comments of Adam Hess

I'm a little mad that this hasnt been fixed since it's so easy to there are probably a dozen pull requests for it. Here's the simple fix for your environment:...

add the following to your bower file: "resolutions": { "angular": "~1.4.7" } this tells bower to ignore what version the date-picker needs and just take that version of angular.

I think it needs more of a "Hold the Door" look

this sounds like you need dynamic set to true. To build on this: the timepicker needs to be able to have to scroll position to a default value without necessarily...

#36 should solve most of this. Users can simply do `msbuild.logger = function() {}` to hide the messages, though a more robust logging option could be considered.

Maybe conditional compilation statements would make more sense in that context. Even so I'd think using a branch would be better suited for that.

2012 and 2016. They both support long paths you just need to enable them either through group policy or registry key. It would make more sense to allow developers to...

I'm not 100% if this would apply but AFAIK you can get windows tooling to exceed the path-length limit: https://stackoverflow.com/a/22575737/1296597