Robert Rothenberg
Robert Rothenberg
I have emailed [email protected] about that issue.
I've gotten a confirmation from Ed Thomson re libgit2 security issues. He expects to publish fixes next week.
The MDN page links to https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-05 but that draft links to a newer version https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-08
> Note that the experimental designation is a Mojolicious designation, not based on how many browsers support it. The wording suggests that it is so because the specification isn't final,...
See also the documentation for Mojo::Cookie::Response that also refers to this as "experimental".
Also note that the experimental designation for Mojolicious is problematic. Because web browsers are requiring this now, applications need to use SameSite cookies. The designation suggests that applications which configure...
Piping the text from various URLs ```perl use v5.34; use Text::Minify::XS qw/ minify /; my $body = join("", ); say length($body); say length(minify($body)); ``` using something like ```sh curl -s...
> Under normal use, the pages will be compressed with gzip. The point is the uncompressed pages are larger, and this will still affect storage in cache (and possibly memory...
Note also that `Changes.md` is not as well. https://metacpan.org/release/MooX-Role-JSON_LD
Has it been fixed for Changes.md files? It still doesn't work for MooX-Role-JSON_LD.