Tieson Trowbridge
Tieson Trowbridge
@luismartin v6 handles this correctly (I think). If you can, check out the most recent update to the v6-wip branch and let me know if that matches your expectation.
Closed in #820
This will be corrected/updated in v6, which I hope to release soon.
Closed in #820. Please note that I've normalized the locale codes to what I see in the IANA list, so the new locale would be `pt-BR`.
Closed in #820
Been awhile since I really dug into the internals, but I think ffmpeg needs to create a temporary directory in order to perform at least some transformations/actions. I can see...
> Yeah, it's a error (I think it's FFMpegCore that logs it, since I specified .NotifyOnError(Log.Info). > > Thanks for your input. Looks like I'll have to navigate permissions somehow...
`IDbContextFactory` allows you to configure a custom context factory. If one is not provided, `System.Activator` is used to create each DbContext. > And when using DI, what instance does it...
For what it's worth, version **4.0.1830** uses AngleSharp **0.9.9.1**. AngleSharp split the CSS processing to a separate library in **0.10.0**, so I assume any version of HtmlSanitizer from v5 onwards...
> Could HtmlSanitizer be used for SVG? Are there any known blockers? I think the answer to both of those questions are: it depends on AngleSharp. AngleSharp does the actual...