endeffects
endeffects
I need to deserialize a document into a domain type where the properties have only private setters and no constructor is available. In your implementation you don't allow to override...
I'd like to use your library for an auto suggestions where i have to transform past tense to present tense and vice versa for short texts. Sample ``` create customer...
Hi, i'm using the TrackAndAwait Mode but i still receive rate limit exceptions. For all these failed requests there seems to be no retry option. So to not lose any...
Please provide default parameter sets for common timeframes (h1, h4, d1) on each indicator and make your validators more restrictive. Currently its possible to pass senseless parameter combinations where one...
If container is larger than viewport, and drag an item passed viewport top/bottom, window should scroll automatically?
It would be nice if you can add the following extension methods to improve the usage. Usage `await sessionStorage.CreateOrUpdate(notification.Id, state => state.OnNotification(notification));` Instead of ``` var state = await sessionStorage.GetItem(notification.Id)...
I'm getting the following Javascript Error when i try to use the latest beta version. Any ideas? ``` dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[1] Initializing component 7 (Microsoft.AspNetCore.Components.CascadingValue`1[ApexCharts.ApexChart`1[TestProject.Shared.Point]]) as child of 6 (ApexCharts.ApexChart`1[TestProject.Shared.Point]) dbug:...
Hallo, your DEX Api for the following endpoint is extremly slow, could you please fix this? https://api.defichain.io/v1/getsubgraphswaps I also like to know if there is any other way to download...
Hi, is there any chance to reduce the number of required / generated files to use your extension? It would be nice to have the translation sources only.