Lilith River

Results 256 comments of Lilith River

It's planned. It will be slow, though, no getting around that. On Wed, Nov 23, 2022, 11:54 PM ZZ ***@***.***> wrote: > @lilith AVIF support now? > > — >...

Unfortunately this is on the Rust side. I'm currently bogged down in a massive Imageflow Server refactor that will enable a lot of new scenarios (and be usable from .NET...

I think this feature and the logic it should follow needs to be worked through. A single gravity point is straightforward, but a rectangle has implications such as - do...

Could you tell me more about your use case?

Wouldn't you just want ?w=8 then? Blurring will happen during upscaling by the browser.

I'm having this problem in .tsx and Astro components. Adding `import { Trans, HeadHrefLangs } from "astro-i18next/components"` to every page doesn't fix it. Also - this happens for me with...

I think that for me, .tsx files can't use astro-i18next, only i18next solo.

Savon::Builder#build_document needs to create the headers 3 times instead of 2. I.e, replace "2.do" with "3.do" I do not yet know why. For some reason Signature#document needs to be mutated...

One can call build_document an extra time before initiating the request, or add this to lib/savon/builder.rb: ``` def get_xml tag(builder, :Envelope, namespaces_with_globals) do |xml| tag(xml, :Header, header_attributes) { xml