Charley Wu

Results 10 comments of Charley Wu

Hi @sfmskywalker, After trying the latest master commit (e205125) with `Elsa.Samples.Server.Host` project instead of the `2.10.0.463` preview package. your changes doesn't fix the issue, It throws error during IndexTriggers startup...

Hi @sfmskywalker, I can confirm the latest branch 2.9.x (commit f9ac827) fixes this on MySQL, and I fired another PR #3343 to improve your fixes.

Hi, @asode the `append_styles` was a breaking change of internal API since svelte [3.40.0](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3400) see [HERE](https://github.com/sveltejs/svelte/pull/5870/files#r682390252) for details have you tried to downgrade the svelte version to 3.39.0?

@eshanholtz Yes, 1. In `SendGrid.csproj`, the `TargetFrameworks` was not modified, it keeps the compatibility with .NET Core 2.1. 2. In `RetryDelegatingHandler.cs` [changes](https://github.com/sendgrid/sendgrid-csharp/pull/1110/commits/99cd73e508a2be79ad371e84fc65a0b67edf1572), the [TaskCanceledException](https://docs.microsoft.com/dotnet/api/system.threading.tasks.taskcanceledexception) was inherited from [OperationCanceledException](https://docs.microsoft.com/dotnet/api/system.operationcanceledexception), it keeps...

Hi @waynebrantley, thanks for your recognition, perhaps your can open another PR to remove outdated TFMs(netstandard1.3;net452;net40). Please give this PR more thumbs up to make sendgrid/twilio raise priority of this...

Hi @rakatyal @eshanholtz @thinkingserious, It is ready to merge for a long while. Please consider merge it before .NET Core 3.1 goes EOL, thanks.

Hi @rakatyal, It's OK! never mind, I'm going to close this PR, thanks for your confirmation!

Hi, Check out the following forked project to support Joomla! 4.x https://github.com/akunzai/joomla-external-login

.NET Aspire 8.0.0 Released   https://github.com/dotnet/aspire/releases/tag/v8.0.0

Hi @elkman, Thanks for the notice, I well change the contribution target to your repo.