Jonathan Channon
Jonathan Channon
So you’d have to do two sets of shortcuts to get it to tile to top left for example? Seems unproductive On Thu, 4 Jul 2019 at 00:17, Peter Uithoven...
How is this still not merged 😄 Looking at the issue list there is 10 issues about tiling. Do elementary not think tiling is important?
Thanks @thomhurst , will take a look at this soon 😄 👍
I doubt it, I dropped using external DI containers once .NET Core came about as MS make it quite tricky to abstract their systems now
This code should work with Carter I believe
I assume this is an issue only for IAsyncEnumerable On Sat, 23 Nov 2024 at 19:45, toddsmith-adsk ***@***.***> wrote: > I found that the default middleware in .NET 9 Minimal...
As far as I can see non IAsyncEnumerable is working fine. For IAsyncEnumerable, `Negotiate` will just work with the default json negotiator, for example: ```csharp app.MapGet("/asyncenumerable", (HttpResponse res) => {...
Interestingly this doesn't cause an exception for me on macOS .NET9 and I get binary data in the response that I can view in a file I did find this...
Yup. Both worked On Wed, 27 Nov 2024 at 00:21, toddsmith-adsk ***@***.***> wrote: > You tested both the / and /result endpoints and got the same result? The / >...
I think middleware is your best option tbh