James H
James H
Everything seems to be working as far as the HelloTriangle and BasicExample projects go. The Skia project seems to have something wrong with it but AIUI, that's an external project...
Often, we're creating a mock of a real API that already exists to target tests against. For instance, I'm [currently working on an SDK for the ESA's DISCOSweb API](https://github.com/hughesjs/DISOSweb-sdk). So...
There's a large backlog of issues, multiple PRs and no updates for 6 months. I've also seen some concerning comments in this regard: https://github.com/AppMetrics/AppMetrics/issues/716#issuecomment-958762875 Is the maintainer still around, in...
Dotnet 6 does away with the need for complex nested lambdas etc for configuration (let's be real, that was always a terrible API). The new hotness `WebApplication` rather than `Host`...
Thanks for helping out :+1: Before submitting a pull request, please have a quick read through the [contribution guidelines](https://github.com/AppMetrics/AppMetrics/blob/main/.github/CONTRIBUTING.md) and provide the following information, where appropriate replace the `[ ]`...
**Is your feature request related to a problem? Please describe.** I frequently switch between NSubstitute and Moq depending on which project I'm working on. It's quite easy, to get the...
How do I uninstall this? I've tried running `setup.py remove` and `setup.py uninstall` but neither seems to do it.
[Enter steps to reproduce:] 1. Run Test Suite 2. Click terminal next to failed test **Atom**: 1.55.0 x64 **Electron**: 6.1.12 **OS**: "Arch Linux" **Thrown From**: [TerosHDL](https://github.com/TerosTechnology/terosHDL) package 1.1.9 ### Stack...
Given the graphically intensive nature of the application and the number of bugfixes provided by proton, would it make more sense to use that instead of vanilla wine?
I've got a project written in .NET 6 that references another in .NET 3.1. I want to build this on an M1 mac. As such, it would be nice if...