Robert Sirre
Robert Sirre
Okay, I will test it then, thanks for your prompt response. _If this works I still have one hurdle to overcome: mapping my Windows Time Zones to TimeZone.js time zone...
Your solution worked flawlessly! Due to objections mentioned earlier, I did switch to server-side calculation though.
It appears that this pipeline addresses TOC creation: https://github.com/leisn/MarkdigToc
I implemented your suggestion of here: https://github.com/atifaziz/NCrontab/issues/11#issuecomment-222532793 Instead of having to do: ```csharp bool IsCronExpressionValid(string expression) => CrontabSchedule.TryParse(expression) != null; ``` one can now also call: ```csharp if(CrontabSchedule.TryParse(expression, var schedule))...
I think the AppVeyor build failure may not be due to my commit.
Sorry, can't help you out there, I don't have experience with migrations yet.
Hi Damian, I am afk right now, but might look into the code tomorrow or wednesday. It would be cool if we could keep this alive. @kmckelvin contacted me a...
I merge your pull request with my branch. Can you check whether you agree on my merges? I liked you methods of compiling the same source files by referencing them...
@kmckelvin, by the way, it might be better if we transfer the repository ownership after the three of us agree. https://help.github.com/articles/how-to-transfer-a-repository
Not afraid at all. I'm am bit swamped timewise, but if you give me clear instructions, I'll try. I'm not so experienced on linux stuff, but am adept with the...