Dmitry
Dmitry
### Prerequisites - [x] I have written a descriptive pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/SixLabors/ImageSharp/pulls) open - [x] I have verified that I...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...
Shouldn't be hard to implement and would have better performance than `Clone -> Crop -> Draw` path. From discussion by @TheBoneJarmer in https://github.com/SixLabors/ImageSharp/discussions/2102
New AAN IDCT implementation which I'm working on as part of jpeg decoder optimization/refactoring provides a faster and **more accurate** IDCT calculation. Current conversion pipeline has this "conform to libjpeg"...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp - [x] I have verified...
## Description DataLoader does not work as expected with scoped dependencies. [Documentation provides rather misleading example](https://graphql-dotnet.github.io/docs/guides/dataloader/#examples) when scoped dependency can be accessed from the `DataLoader`, i.e. database access with Entity...
**Describe the bug** Kafka transport automatically creates declared topics even if `AutoProvision()` was not called during configuration, i.e. `AutoProvision` flag is set to false. I've tested this on the latest...