Łukasz Szafirski

Results 16 comments of Łukasz Szafirski

Hi, do you have ETA for complete feature or at least new update? Latest prerelease available on nuget throws StackOverflowException for my swagger doc.

What is the status of this task? Is it shelved or is it in backlog for considerable future?

Hi @toddams, is there any work going on in the matter of supporting single-file bundles?

I will stick to data type casting. 4 parameters already requires 16 different queries and I would like to avoid building query during request for readability and performance reasons.

To make server-side rendering work I had to remove `AddApiAuthorization` and add `AddServerSideBlazor()`. Isn't it an issue with the project template that it does not contain `AddServerSideBlazor()` by default? I...

I had a misconception about this project template resulting from past dotnet prototypes showing that connection is initiated with interactive server and then switched to interactive webassembly, while currently it...

It is also an option, this way collection of formatters could be internal.

@people is of type record[], postgres literal would be ```sql ARRAY[ROW('Nikola', 'Tesla'), ROW('Thomas', 'Edison'), ROW('Georg', 'Ohm')] ``` however, I think my question is not valid anymore as for some reason...