Felix Collins

Results 4 issues of Felix Collins

The template installs in `bower_components\ez-timepicker\src\template` In the directive it is referred to with no path. ``` .directive('ezTimepicker', ['EzTimepickerConfig', function(EzTimepickerConfig) { return { restrict: 'EA', replace: true, transclude: 'element', templateUrl: 'ez-timepicker.html',...

If I hit ctrl-s it runs. If I hit F5 to build and start debugging it does not run.

Why not have a file open dialog? You already have a paste snippet box but pasting a whole big header file in there is cumbersome. There are other libraries that...

Currently async process busy waits consuming an entire cpu core. I suggest using a ManualResetEvent and signalling the asyncprocess thread from all the methods that could cause it to do...