James Lamb
James Lamb
## Description The docs in the README say the following: ```text --http_address value Address specification for the HTTP server listener, formatted either as [host]:port for TCP or unix://path.sock for Unix...
## Description As of this writing, the installation docs are: > *You can find binaries and instructions on [our releases page](https://github.com/NVIDIA/container-canary/releases).* https://github.com/NVIDIA/container-canary?tab=readme-ov-file#installation Distributing packages via some common installers would remove...
## Description It should be possible to install this project with `conda`. ## Benefits of this work * allows `container-canary` to be installed without needing to put together platform-specific URLs...
## Description It should be possible to install this project with `brew` ## Benefits of this work * allows `container-canary` to be installed without needing to put together platform-specific URLs...
## Description It should be possible to install this project with `asdf`. ## Benefits of this work * allows `container-canary` to be installed without needing to put together platform-specific URLs...
### Version 25.04 ### On which installation method(s) does this occur? _No response_ ### Describe the issue As of this writing, the last successful nightly test run o n`branch-25.04` in...
**Describe the bug** `conda-cpp-build` jobs (`arm64` only) are failing for releases 24.12 and 25.02, with errors like this: ```text This transaction has incompatible packages due to a shared path. packages:...
## Description One test here downloads a file from a non-RAPIDS repo (https://github.com/loganpowell/census-geojson) on every run: https://github.com/rapidsai/cuxfilter/blob/6237ba143c1097498018fef82c4c3a6bd6250a8d/python/cuxfilter/tests/charts/deckgl/test_deckgl.py#L20-L34 That should be factored out. ## Benefits of this work * improves CI...
## Description CUDA 13 support is rolling out across RAPIDS libraries: https://github.com/rapidsai/build-planning/issues/208 The first pass at that only added that support in devcontainers, C++, conda packages, and wheels (#1273). This...
## Description GitHub now can generate release notes automatically: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes This project should switch to that from the third-party action https://github.com/release-drafter/release-drafter ## Benefits of this work * simplifies configuration in...