Tony Han

Results 99 comments of Tony Han

In my orginal code ,it is work well ``` C# @T["Created {0}", await LocalClock.ConvertToLocalAsync(entry.Workflow.CreatedUtc)] ``` The following code also uses `ConvertToLocalAsync`. I think it should output the same or similar...

found some problem: - [x] Document total never greate than 10, https://github.com/OrchardCMS/OrchardCore/pull/11999 - [x] Need check ES Connection before oprate es index . Now, When create elastic index before es...

@Skrypt 1. I stop my es service 2. create a es index 3. After a long time, the operation will succeed But in fact, it is a wrong check For...

Should we check the link status before each operation of ES? Or throw an exception every time the API link fails

@Skrypt Can you review this PR for me?

@Skrypt @hishamco Hi guys,any question?

At present, this function finds an embarrassing problem, I use this event to listen for all workflow exceptions Once triggered, an email will be sent to my mailbox, The actual...

> The actual situation is that the workflow is triggered, but the mail cannot be sent out Resolved , missing [Resume method](https://github.com/OrchardCMS/OrchardCore/pull/11539/commits/0759359ca5909312e204d711ab3b9a9eee98f5eb)