Samsul Arif Zulvian

Results 6 comments of Samsul Arif Zulvian

This is the trigger I applied `StockInputLogTrigger.cs` ``` internal class StockInputLogTrigger : IBeforeSaveTrigger { public Task BeforeSave( ITriggerContext context, CancellationToken cancellationToken ) { var stock = context.Entity.Stock; switch (context.ChangeType) {...

I don't use dependency injection. I modified my code but it has not effect. The trigger still executed twice. These are my new codes: `DatabaseContext.cs` ``` using System.Diagnostics; using Microsoft.EntityFrameworkCore;...

My bad, the problem is in my code, not the library. I shouldn't have initialize the stock value, and let the StockInputLog trigger handle the initial value. Thus the code...

> While I do definitely want to investigate using workers, it's been on my mind for a while now, I think you may be overestimating the effect on performance. I've...

Sorry, my bad. Hi, I have checked the next version. I found that the performance is better than the current version. Great job! However, May I suggest to debounce the...

You should change your terminal theme to solarized. And also, don't set the solarized_termcolors to 256, it's a fallback color, not the original solarized colors