Nikey646
Nikey646
It would be nice to see support for other plugins that handle "urls". For example, KeePassRPC allows storing additional URLs in a json encoded string on the entry, which allows...
Some websites have a Basic Auth implementation that prevents YAFD from grabbing an icon that would be in the HTML after being authenticated. The username and password are already there,...
It appears that the connection string functionality of Storage.Net doesn't allow specifying the ServiceUrl for the AWS client.
This only occurs when trying to use an existing IndexedDB database. I have tried using `importScript`, and via `import localForage from "localForage"` to import localForage into the web worker. Assuming...
Is there any plans to allow the implementation of Async File Systems, EG: Azure Blob?
I want to be able to use libsvtav1 instead of libaom-av1 due to the fact that the implementation is far better, and at least in the version of ffmpeg that...
When you creating a project with a space in the name, it results in the `docker run -it {tag}` command failing due to [this line](https://github.com/brthor/Dockerize.NET/blob/master/DockerfileTemplate.cs#L27) not escaping the space correctly....
It would be nice to be able to track requests made by a HttpClient as well. This could be implemented via an DelegatingHandler.
It would be nice to be able to modify a request, both before and after, via default interface methods. To be precise, inheriting an interface that defines PreSend and PostSend,...
It shouldn't be a requirement to download a file to a local path. There should be the capability of downloading the file to any writable stream. The best (in my...