timker

Results 5 issues of timker

Was just wondering, if you have considered using HttpClient middleware this has been in dotnet core since 2.1 (unsure about framework) https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-3.0#outgoing-request-middleware

urlpattern spec now has ignore case I believe its supported in chrome since 107 https://chromestatus.com/feature/5206436850696192 dictionary URLPatternOptions { [boolean](https://webidl.spec.whatwg.org/#idl-boolean) ignoreCase = false; }; any plans to support it in the...

I have an existing Razor Pages project that already has several Create.cshtml (not slices, just standard razor pages) This is causing many compiler errors with the source generated files ##...

https://lit.dev/playground/#sample=examples/motion-todos seems to be missing/looking for the wrong versions of node_modules/@material components it's looking for 0.25.1 https://github.com/lit/lit.dev/blob/main/packages/lit-dev-content/samples/examples/motion-todos/project.json but maybe 0.27.0 is installed https://github.com/lit/lit.dev/blob/main/packages/lit-dev-content/package.json

*Is your feature request related to a problem? Please describe.** I would like the multiselect header filter apply filters as i am selecting fields, currently the filter only applies when...

Suggested Feature