Claudiu Constantin

Results 19 comments of Claudiu Constantin

I am also encountering this error: ``` ERROR in ./test/test2/test3/file.ts Module build failed: Error: Final loader didn't return a Buffer or String [...] ``` with the following package versions: ```...

We won't see a new Manifest anytime soon, it seems :(

You should set up the appropriate properties in the `options` object: ``` angular.module('myApp', ['angular-cron-gen']).controller('myController', ['$scope', ($scope) => { // ... $scope.cronOptions = { // ... hideMinutesTab: true, hideSeconds: true };...

I see what you mean now. Well, I don't think you can do that, but you can always set the minutes and seconds to `zero`, probably that's what you want...

Any news here? Dual monitors would be awesome

Ok, looks like this feature is hard to implement at this point: https://github.com/mRemoteNG/mRemoteNG/pull/1150

Check out [Limitations](https://github.com/ui-router/angular-hybrid#limitations), maybe you can find something useful there: > We currently support routing either Angular (2+) or AngularJS (1.x) components into an AngularJS (1.x) `ui-view`. However, we do...

Try changing the "Copy to Output Directory" setting for the x86/x64 libs to "Copy always/if newer", then it will work.

The Hangfire documentation states that they support Cron Expressions, are you having trouble with that? http://docs.hangfire.io/en/latest/background-methods/performing-recurrent-tasks.html