Vertexwahn

Results 51 issues of Vertexwahn

Add rules_spring 2.3.2 to Bzlmod See also here: https://github.com/salesforce/rules_spring/issues/153

presubmit-auto-run

### Module location https://www.lunarg.com/vulkan-sdk/ ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? Vulkan SDK is needed to create applications for the...

module wanted

Add glm 1.0.1

presubmit-auto-run
skip-url-stability-check

Add container-structure-test v1.16.1 Cc: @alexeagle @thesayyn

presubmit-auto-run
skip-url-stability-check

### Module location https://github.com/Vertexwahn/rules_ispc/ ### Link to bzlmod issue in the module's repository https://github.com/Vertexwahn/rules_ispc/issues/6 ### Any other context to provide? _No response_ ### Fund our work - [ ] Sponsor...

module wanted

### Module location https://github.com/bazelbuild/rules_webtesting ### Link to bzlmod issue in the module's repository https://github.com/bazelbuild/rules_webtesting/issues/463 ### Any other context to provide? _No response_ ### Fund our work - [ ] Sponsor...

module wanted

Building a simple hello world example on macOS ARM architecture does not work: > /private/var/tmp/_bazel_vertexwahn/fc20ed30f7a981f06f7341ebc9a872cb/external/io_bazel_rules_d/d/BUILD:23:10: configurable attribute "srcs" in @io_bazel_rules_d//d:dmd doesn't match this configuration. Would a default condition help? >...

When I try to build a Hello World example with these rules on Windows 2022 Server I get the following error message: > [4 / 5] Linking D binary hello_world;...

This PR only affects the Bazel build support of Catch 2 in detail: - Bazel support: Update [skylib](https://github.com/bazelbuild/bazel-skylib) version to 1.7.1

I tried this program on Ubuntu 22.04: ```cpp #include "webdriverxx.h" using namespace webdriverxx; int main() { FirefoxOptions opts; WebDriver browser = Start(Firefox()); browser.Navigate("https://duckduckgo.org"); Element elem = browser.FindElement(ByCss("input[name=q]")); elem.SendKeys("sha512 helloworld"); elem.Submit();...