David Taylor

Results 13 issues of David Taylor

I have a template file that contains two templates: ```html ${Title} ... ``` These templates are instantiated several times on the page. The content is client-side generated. Initially, the page...

bug

It looks like `inTableAsBatch` and `inTableAsBatchAsync` both take a sequence of `Operation

I have a [Bolero](https://fsbolero.io/docs/) application and I send F# unions to JavaScript and back using `IJSRuntime.InvokeAsync`. `JSRuntime` uses `System.Text.Json` and has `JsonSerializerOptions` with: ``` PropertyNamingPolicy = JsonNamingPolicy.CamelCase, PropertyNameCaseInsensitive = true,...