Andreas Herrmann
Andreas Herrmann
IIUC Github Apps [can access the `traffic/views` endpoint](https://docs.github.com/en/rest/overview/permissions-required-for-github-apps#permission-on-administration) if they have read permissions on the repo > [GET /repos/:owner/:repo/traffic/views](https://docs.github.com/en/rest/reference/repository-metrics#get-page-views) (:read) Perhaps a Github App could be a good way to...
Agreed, the style guide seems like a good place for things like providing `_binary`, `_library`, `_test` rules. As you already point out, there are cases where this set is not...
> [...] I've managed to run `:update` for boost and glm, glfw, and glad [...] though I couldn't test the transitive deps due to the aforementioned issue. Thanks for testing!...
Thank you for the positive feedback! In terms of implementation work this PR is ready. However, the main branch has moved on a fair bit since then, so, it will...
@ndmitchell I've rebased this on main and made the necessary fixes to get CI green again. I no longer seem to have push access to update the branch of this...
Same goes for buildozer, e.g. `buildozer 'new foo bar' //...:__pkg__`.
> While I expect we'll need a lot more thought and discussion on this topic before we settle on a complete solution, this seems like a reasonable first step towards...
> Taking a step back, I'm not even sure how this is meant to work without a cross-compiler. The execution platform is `aarch64/osx` but the target platform is a docker...
@dmadisetti Nice, thank you for sharing! I had forgotten about that one. AFAIK it would still require extra care to bundle Bazel defined runtime dependencies.
Hi @midnightconman, thank you for raising this! > I would like this repo to provide a nix binary toolchain [...] to offer linux (amd64) and macOS (amd64 and arm64) binaries....