Results 139 comments of Ivan Kara

~we need 1.25.4 as it contains CVE fixes related to http3. i tried building it on my own but keeps getting error at building nginx: https://github.com/ivanjx/docker-nginx-http3/actions/runs/8043194516/job/21964900181~ silly me the `nginx:latest`...

@mantasdaskev take a look here https://github.com/AvaloniaUI/Avalonia.Markup.Declarative#mvu-pattern-implementation

there is a workaround though by using the SignObject method: ```cs ... string url = client.SignGetObject("testbucket", "objectname22", TimeSpan.FromMinutes(1)); Console.WriteLine("Url: {0}", url); using HttpClient http = new HttpClient(); using Stream resp2Data...

how about a diff of the body if the type is text (plain/text, json, xml, html, etc) ?

@Lathanderjk the docker openresty already supports quic if you havent noticed

it would be great to have: - markup declarative docs. - Native AOT deployment requirements (such as rd.xml etc).

i hope this also include bounding boxes for each objects instead of just one random object from the entire clip

the lag also happens if the application that uses this library is experiencing lag/freezing due to various reasons

currently i use this and it works perfectly https://www.nuget.org/packages/WebMarkupMin.Core#readme-body-tab be mindful to always set `RemoveOptionalEndTags` to `false`.