Jin

Results 41 comments of Jin

ChatTemplate or ChatProfile is good name I guess

@Danily07 it's Vietnamese so you have to use tool like `google lens` to translate it if needed ![image](https://github.com/Danily07/Translumo/assets/2279508/e824d94c-67e7-4ab1-a702-1c7e328bf859) ![image](https://github.com/Danily07/Translumo/assets/2279508/ae02d0a5-533e-48f0-be66-999d3b198555)

more ![image](https://github.com/Danily07/Translumo/assets/2279508/231bbaab-b017-4f83-9f60-2c560789847a)

I think problem maybe come from 3rd party libraries

I also tried to scan at the first time translumo run but no problem. I just happen after pulling model

Here is my command and event: ``` public class UpdateAllServicesDemandForDay : ExecutableCommand { public string PartNumber { get; private set; } public string OemNumber { get; private set; } public...

Our system used nancy fx to create API service I sent request to API, the API will process command: The bellow code will call api: > var t = SendCommand(cmd,...

- HttpClient is not problem, I used static `List` to re-used HttpClient - I did a stress test to send request to api server without cqrs, just send request and...

Dear @mookid8000: After investigating the cause, I saw it slow when I load aggregrate root Here is execute method: ``` csharp public override void Execute(ICommandContext context) { var root =...

Can you please explain more detail about **`snapshot`** feature, how to use it, right now we don't have document for it