Vertexwahn

Results 46 issues of Vertexwahn

Would be nice if there would be Qt6 support for those rules.

If you want to use those rules you have to install Qt on every developer machine and configure your CI to pre-install Qt. For instance, when using Azure you have...

I am using an encrypted `README.md` file (added via `git secret add README.md`) in a repository. I have two workstations and I cloned the repository on both machines. When I...

enhancement

This is a follow up to a closed PR. It was [recommended](https://github.com/AcademySoftwareFoundation/openexr/pull/1140#issuecomment-919503106) to add a comment that this should be cleaned up, once its safe to break the ABI **WARNING**:...

Currently, all files include copyright and license information similar this way: ``` // // SPDX-License-Identifier: BSD-3-Clause // Copyright (c) Contributors to the OpenEXR Project. // ``` I propose to change...

I try to add macOS support for bazel_rules_qt [here](https://github.com/justbuchanan/bazel_rules_qt/pull/38). To ensure this does not break in the future I added also a CI check for this to my PR. In...

Would be nice if there would also be build support for Bazel

enhancement

I tried Commit: 184656b31918ffcc9946335e51ed67347ab900f7 [184656b] with Bazel 0.26.0 and Visual Studio 2019 and Visual Studion 2017 on a HelloWorld example. _HelloWorld/WORKSPACE_ workspace(name = "HelloWorld") _HelloWorld/BUILD_ cc_binary( name = "HelloWorld", srcs...

This PR only affects the Bazel Build of Catch2. - Update of skylib - Add config for gcc11 - Remove not needed load of `cc_rules`

If I try to compile the demo, I get the following error: ``` PS C:\dev\auth0-golang-jwt-master> go run main.go # command-line-arguments .\main.go:49: cannot use audience (type string) as type []string in...