Chris Sung
Chris Sung
### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...
Hi guys, There's some edge case I've observed during the failure of asp.net hosted service StartAsync. It immediately prints ``` [03:44:52 INF] HostedClient completed processing all messages. Shutting down. ```...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema.Serilog **ECS schema version (e.g. 1.4.0)**: Not specified **ECS .NET assembly version (e.g. 1.4.2)**: 1.5.3 **Elasticsearch version (if applicable)**: **.NET framework / OS**: .NET 6...
**Is your feature request related to a problem? Please describe.** It's kinda hard to use async delegate with persist **Describe the solution you'd like** add a Func handler overload **Describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I've created Blazor WebApp via VS 2022 template with individual...
Hey guys, is there some reason I can't use same method name again? For example, Let's say I have following grain ``` public interface ISomeGrain : IGrainWithIntegerKey { Task Method();...
### Description I was setting up a fresh pytorch environment and the latest cuda package installs nvidia-driver-530 and it makes kernl tests fail and prints `RuntimeError: CUDA error: misaligned address`...
Is there any reason to use RepeatVector at fine-tuning step? A bit unclear on LSTM-SAE paper, but since LSTM-SAE is based on DLSTM and there's no RepeatVector in implementation.
I have a class Parent (Assembly A) and Child (Assembly B) The parent has both Method Injection and Attribute Injection The Child has nothing to inject. Source Generator generated following...
### Current behavior I've compared Windows Desktop and Windows WinAppSDK  (60fps gif, it may look slower) Left - WinAppSDK Right - Desktop (Skia Backend) FPS of Skia Backed is...