Vasili Puchko
Vasili Puchko
Editorconfig was created to unify settings for all editors so that files will be uniformly formatted with proper line endings, identation, etc. And it's widely adopted. Since angular-cli creates/modifies files,...
Greetings, at my current employer we are going to use Quartz for a job server and we are going to work on API and UI for managing the jobs. So...
@asulwer in short, you're refering to **service level** paging while I suggest to implement support for **database level** paging. The long version, the existing LINQ methods Take and Skip work...
@asulwer I don't get your question, sorry. Let me elaborate the idea better. The Quartz's methods from IScheduler like: - `GetJobGroupNames` - `GetTriggerGroupNames` - `GetPausedTriggerGroups` - `GetJobKeys` - `GetTriggersOfJob` -...
@lahma Would you be able to provide a feedback about the interface updates so that I can proceed with the implementation?
@lahma see my response below. > we are targeting Quartz 4.x with these That's to be expected. > not sure about the parameter names, but we should have defaults, int...
I wish the project status was updated in the readme so that people will be immidiately aware of that
Why can't you submit an integer value instead of a string? String for enums will require to write a plenty of code to handle only that specific case.
On the afterthought and after reading documentation about EnumMember it seems to me that it is a good candidate to include in the library since it's a standard way of...
@sandersaares you can either create a windows service and then register it and set to run under "Local System" account. Or use [PsExec ](https://learn.microsoft.com/en-us/sysinternals/downloads/psexec) with '-s' flag.