Mauricio Scheffer

Results 205 comments of Mauricio Scheffer

This should fix it: 1. Implement a mock of Quartz.IListenerManager (let's call it MockListenerManager) 2. In https://github.com/mausch/QuartzNetWebConsole/blob/master/QuartzNetWebConsole/Utils/SchedulerWrapper.cs#L132 catch the SchedulerException you got and return MockListenerManager instead. MockListenerManager should: 1. return...

I will not implement this myself. Open source does not work like that. But I will try to assist you as much as I can. What build issues do you...

I've never needed to connect to a remote Quartz instance. The comments here outline a solution/implementation for some of it. In your particular case, it seems as if `IsTriggerGroupPaused` is...

@andreidobre please use the [Quartz.NET mailing list](https://groups.google.com/forum/#!forum/quartznet) for any questions about Quartz.NET. This issue is specifically about QuartzNetWebConsole connecting to a remote instance. Proxy or not should not affect QuartzNetWebConsole.

There is no such option at the moment, but I'm always open to pull requests :)

Looks good! IIRC there's something like this already embedded in Quartz in the CronExpression class. If you're interested, would you take a look? Cheers

CronExpression.GetExpressionSummary() does this, but it's nowhere near as pretty as the library you mention. We should merge that library, including of course its license text and a link to its...

Looking forward to your pull request ;-)

https://www.nuget.org/packages/CronExpressionDescriptor/

Is it really necessary? With HTML5 form elements and a fallback javascript library (which is out of the scope of FsFormlets), generating javascript is not needed so much.