Amin Ya
Amin Ya
**Describe the bug** Once you define the `CATCH_CONFIG_MAIN` definition on MinGW, it defines a non-standard main function called WinMain. This results in a lot of undefined references. This doesn't happen...
## Description Once you define the `CATCH_CONFIG_MAIN` definition on MinGW, it defines a non-standard main function called WinMain. This results in a lot of undefined references. This doesn't happen with...
It would be nice to have a button to select all or multiple repositories and tag them accordingly. For example, searching for 'atom', and then selecting all the appeared repos...
[bug] Conan cannot be installed through Winget due to Windows defender blocking AppInstallerCLI.exe
### Environment Details (include every applicable attribute) * Operating System+version: Win 11 * Compiler+version: - * Conan version: 1.41.0 * Python version: 3.9 ### Steps to reproduce (Include if Applicable)...
This adds type definitions for etch.
**Describe the bug** I am trying to run cargo-deny, but it fails with a strange error: ``` > cargo-deny check --hide-inclusion-graph --show-stats 2022-07-27 09:46:30 [ERROR] unable to find reference 'refs/heads/main'...
**Is your feature request related to a problem? Please describe.** To keep the project's root clean, I'd rather store the `deny.toml` in the `.cargo` folder. I think `cargo deny` should...
Closes https://github.com/felixrieseberg/windows-build-tools/issues/194
This PR tries to fix the problem of endless waits. # Changes 1) Add `--wait` to vs build tools Based on [the documentation](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019#layout-options), with this option: > the process will...