Andreas Herrmann

Results 103 issues of Andreas Herrmann

`bazel-deps` does not handle invalid resolver URLs gracefully. For example, modifying `dependencies.yaml` in this repository as follows ``` patch diff --git a/dependencies.yaml b/dependencies.yaml index 27ac8a8..fb0404c 100644 --- a/dependencies.yaml +++ b/dependencies.yaml...

Bazel's previous behavior was to rebuild an artifact locally if fetching it from an HTTP remote cache failed. This behavior is different from GRPC remote cache case where Bazel will...

cla: yes
team-Remote-Exec
awaiting-user-response

Multiple file upload seems to not be handled correctly. If a user selects multiple files to upload on a file input field, such as the following, then the request body...

bug
help wanted

This adds support for authentication to `contrib/push-all.bzl` via credentials defined in a Docker client config defined using [`docker_toolchain_configure`](https://github.com/bazelbuild/rules_docker#container_push-custom-client-configuration). The implementation follows the example of [`container_push`](https://github.com/bazelbuild/rules_docker/blob/e15c9ebf203b7fa708e69ff5f1cdcf427d7edf6f/container/push.bzl#L109-L113). I'm not sure how to...

cla: yes
size/XS

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `nodejs_binary` and `genrule` ### Is this a regression? Not that I'm aware. ### Description Trying to...

bug
help wanted
has workaround

I would like to write an analysis test for a rule that is intended to be used for build tool targets. I.e. targets that will be depended upon with `cfg...

type: feature request
P3

rules_haskell contains a home-grown set library in [`haskell/private/set.bzl`](https://github.com/tweag/rules_haskell/blob/d8afc5739639f01e734b833426d70d10155be9bd/haskell/private/set.bzl). However, it's implementation is very similar to the [one provided by Skylib](https://github.com/bazelbuild/bazel-skylib/blob/main/lib/sets.bzl). We should switch to the Skylib provided one and remove...

type: feature request
good first issue
P3

**Is your feature request related to a problem? Please describe.** The GHC bindist on Unix requires a `./configure && make && make install` step before the toolchain can be used....

type: feature request
P3
os:macos
dist:bindist
discussion
os:linux

**Describe the bug** Using a local snapshot to point to an archive URL or specific Github commit/fork will silently ignore the override and still use the Hackage version of the...

P2
type: bug

**Describe the bug** The example in the docs to `use_stack` seems to be interpreted as markdown instead of as code. See this snapshot: ![Screenshot from 2022-06-10 16-50-46](https://user-images.githubusercontent.com/732652/173092332-d131409f-ede7-47d9-9de1-88b89b823a14.png) **To Reproduce** Browse...

good first issue
P3
type: documentation
type: bug