jasonlaw

Results 15 issues of jasonlaw

Hi, Any reason why Hours, Minutes and Seconds are not returning RestrictionUnit? In version 5, we can specify the time to run after the Hours, it is no longer available...

Hi, I am using the SilentReportMode with HttpHandler. When encountering an UI rendering exception, it will posts multiple logs. Is it possible to configure only post only one error? ![image](https://user-images.githubusercontent.com/107820/140675277-7a70c41a-d7f8-464e-aea4-fdc7f4caae28.png)

enhancement
New issue

My entity models: ~~~C# [Entity] [EntitySavingEvent(nameof(BillingModule.OnSavingInvoice))] public interface IBillingInvoice { [PrimaryKey, Size(20)] string InvoiceNo { get; set; } IBillingAccount Account { get; set; } IUnit Unit { get; set; }...

It triggers only for update and delete, but not add new. Bug?

Hi @rivantsov , Refer to the discussion in #220, here is the issue created for allowing reference entity without creating the foreign key constraint in table. There are cases where...

Is this project still alive?

May I know is there any example for subscription, even is integrated with other packages? Thanks.

Hi @rivantsov , When reading [this](https://graphql-rules.com/rules/mutation-payload-query), it suggests that for each mutation should have a dedicated payload, and the payload should return a field of Query type. I am wondering...

**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.** **Fill in the template. Issues that...

Hi, Is MsgPack is mandatory? I do not have control over the server side, and I am expecting normal json string from server. May I know how to listen to...