DashNY
DashNY
Is there a support for querying by a sub-property of an object within a collection? For example, I have the following classes defined ```cs public class MyEntity { [Column("Info", TypeName...
Is there a way to add touch support to the demo? I tried hooking up to the `ontouchstart` or other `ontouch...` events but `Container.Payload` is always `null`. Any idea?
Hi Seth, Please add awaitable Learner.LearnAsync method that accepts CancellationToken as one of the parameters and support graceful cancellation. It doesn't need to be instantaneous. Thank you.
Once `MediaStream` is constructed, how do I take the audio and save it to a file on the server? Thanks.
This PR updates the references to `Microsoft.AspNetCore.Razor.Language` and `Microsoft.CodeAnalysis.CSharp` to their latest versions in order to fix the Ahead-of-Time (AOT) compilation of the assembly in .NET 8. AOT allows publishing...