Jota Lanusse
Jota Lanusse
**Describe the bug** Icon paths for the `BoxIcons` icon library are all flipped vertically. **To Reproduce** Steps to reproduce the behavior: 1. Navigate to [PackIconBoxIconsDataFactory.cs](https://github.com/MahApps/MahApps.Metro.IconPacks/blob/a08c2d1af4817c56e7cf6b94b012229871ec50a7/src/MahApps.Metro.IconPacks/Icons/BoxIcons/PackIconBoxIconsDataFactory.cs). 3. Scroll down to any...
**Is your feature request related to a problem? Please describe.** I’m trying to create an archive of my multiple minecraft worlds that I've accumulated over the years. The problem is...
**What version of protobuf and what language are you using?** Version: libprotoc 3.21.12 (vcpkg) Language: C++ **What operating system (Linux, Windows, ...) and version?** OS Name: Microsoft Windows 10 Pro...
### What's not working? Recently, while optimizing our API service, we encountered the N+1 problem in our GraphQL resolvers. This issue occurs when a separate database query is executed for...