Ryan Draves

Results 6 issues of Ryan Draves

Allow modules to provide documentation visible in its entry in the BCR. This feature would be similar to how a Markdown file can be submitted alongside an upload to PyPI,...

The `aspect_rules_js` feature to automatically update the `pnpm-lock.yaml` file is greatly beneficial for developer experience. This change adds it to the example so folks copying the examples have it out-of-the-box.

I saw a security patch notice on my tailscale dashboard while tinkering on my `setec` deployment, so I bumped the tailscale dependency to the latest release and confirmed that works...

The core H3 library seems to have difficulty constructing polygons near the poles. If I create a polygon out of H3 cells at large latitudes, where some of the cells...

Add some `bzl_library` targets for `.bzl` files. This enables [stardoc to do its thing](https://blog.aspect.build/stardocs-on-bcr) and is helpful in its own right for validating rule & macro dependencies. Notes: - Open...

build

### What is the current behavior? Currently for multi-arch builds, one has to `select` on the appropriate `node_toolchain` on JS rules. For example: ``` node_toolchain = select( { "@platforms//cpu:arm64": "@nodejs_linux_arm64//:toolchain",...

enhancement