Claudio Bley
Claudio Bley
Input: ```json { ... "content": { "properties": { "content-categories": { "$ref": "#/definitions/content-categories" } } } } ``` Output: ```graphql type SampleContent { content-categories: DefinitionContentCategories } ``` The name of the...
**Is your feature request related to a problem? Please describe.** Currently, every component depends on `java`, `posix` and the `cc` toolchain (even the core). This is because of the stardoc...
Fixes #119
Error message: ``` Failure/Error: difference = Diffy::Diff.new(actual_str, expected_str).to_s NameError: uninitialized constant Diffy::Diff::Open3 diff, _stderr, _process_status = Open3.capture3(diff_bin, *(diff_options + @paths)) ^^^^^ Did you mean? OpenSSL # ./vendor/bundle/ruby/3.1.0/gems/diffy-3.4.2/lib/diffy/diff.rb:52:in `diff' # ./vendor/bundle/ruby/3.1.0/gems/diffy-3.4.2/lib/diffy/diff.rb:83:in...
The former works on all unix systems, the latter does not since `unix.SYS_POLL` does not exist on arm64 linux. Fixes #1034
Hi. I am trying to build a simple `rust_binary`, but the build fails with the error: ``` ERROR: /private/var/tmp/_bazel_claudio/7ec48aaaaf38cb969348d6b03cb24398/external/rules_rust/util/process_wrapper/BUILD.bazel:31:36: Compiling Rust (without process_wrapper) bin process_wrapper (6 files) [for tool] failed:...
We are using Bazel 6.2.0 currently, but the issue existed before (I tried to follow suggestions in https://github.com/buildbuddy-io/buildbuddy/issues/992 but no dice). The issue only happens for the Windows builds, Linux...
**Is your feature request related to a problem? Please describe.** I noticed we are building python2 from nixpkgs in our CI pipeline: ``` these 2 derivations will be built: /nix/store/9mkxvfagi24m76w1p8gb6wrq282p3ssx-python-2.7.18.7.drv...
When trying to use a customized toolchain it is non-obvious what rules_nixpkgs' internal requirements are regarding the attributes of the evaluated nix expr (ie. that we require a `isClang` attribute...
**Is your feature request related to a problem? Please describe.** We are using Buildifier to keep our build files properly formatted and for linting. Buildifier requires a go SDK, but...