Results 10 issues of TehPers

The [formula on the FAQ](https://github.com/Anarios/return-youtube-dislike/blob/main/Docs/FAQ.md#5-how-is-the-dislike-count-calculated) for calculating the number of dislikes for videos uploaded after the API was removed seems to have its fraction inverted. The formula on the FAQ...

`HttpClient` is a weird class. The class is not intended to be instantiated per request. There's more information on the [docs](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?redirectedfrom=MSDN&view=netframework-4.8#remarks). As a solution, I propose making `WarframeClient` implement `IDisposable`...

Scope: Data Fetch
Severity3: Minor
Status: In Progress
Type: Question

This PR has 3 major changes in it: ## 1. Unify target frameworks Previously, both of the projects targeted different frameworks. WorldState.Data targeted `netstandard1.0` while WorldState targeted `netstandard1.6`. This PR...

Scope: Framework
Severity2: Major
Type: Enhancement
Status: Review Needed

It seems to me that all the routes and components need to be defined in one spot when using `#[derive(OpenApi)]`. For a larger project, this can easily balloon in size....

#### 🗹 Requirements - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my issue and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x]...

wontfix
confirmed

- Relaxed constraints for `ServiceFactory` - Moved `Service` constraint to the provider implementations - Result only constrained by `Any` rather than `Service` - `ServiceFactory::invoke` now takes `&self`, meaning it doesn't...

Add a way for providers to have a scope. For example, one way a scope might be implemented is this: ```rust let scope = injector.scope(); // has Drop impl let...

enhancement

Port a slightly simplified version of the [enterprise-edition FizzBuzz solution](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) to Rust and provide it as an example. This should at least show a lot of use-cases for dependency injection...

documentation

Suppose a config is reloaded during execution of a program. This would allow services to be reconfigured based on the changes in that config. Currently, it's *somewhat* possible using factories:...

enhancement

In `vscode`, the interaction between the triple-colon ligature from ss07 (`:::`) and red squigglies seems to cause issues with cursor placement. Under certain circumstances, the triple-colon ligature renders correctly, but...