Lilith River
Lilith River
A CLA is written as an inbound license to a managing entity. An outbound license like Apache is granted to everyone. The CLA doesn't grant the public rights, it grants...
Well, as a person, _you_ could receive the grant of rights from each contributor. Or, you could ask the .NET foundation to provide that service. Or, you could file for...
If we can't get a sign off, I don't think relicensing is possible.
I would concur. And this happens a lot with unit test projects. I publish a lot (77+) of NuGet packages that multi-target net8.0;netstandard2.0;net6.0. If Always generate polyfills works well, perhaps...
I ran into this issue too. Marshal.dump/load compatibility would be fantastic, even if at a performance penalty.
It's not currently thread-safe to modify ImageflowMiddlewareOptions during requests. It's not designed to be used that way. I'll think on how to enable your scenario in a safe manner and...
I've released 0.3.6 with AddWatermarkingHandler() support. This allows you to manipulate the list of applied watermarks for just that request, and gives you access to the path, query, and http...
Glad it is working for you. I couldn't let the querystring be modifiable because I needed the final &watermark value to populate the initial list of watermarks. Good idea on...
@gerneio Sorry for reopening this so many years later; I'm afraid my github notifications get really swamped and I end up having to manually check issues. This area is being...
It's used for all JSON serialization in the Imageflow .NET wrapper, so migrating that library first would make sense. I think I opened an issue for thar goal, but haven't...