James Lamb
James Lamb
This proposes linking to LightGBM's latest stable docs, instead of `v3.3.2` ([which came out in June 2022](https://github.com/microsoft/LightGBM/releases/tag/v3.3.2)). Thanks for your time and consideration.
**Is your feature request related to a problem? Please describe.** As far as I can tell (please correct me if I'm wrong): * `cudf_kafka` wheels are not currently tested in...
## Description Testing switching from downloads.rapids.ai to GitHub Actions builtin artifact store for build outputs. Related: https://github.com/rapidsai/shared-workflows/pull/162 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x]...
### Description Proposes fixing what appears to be a typo in the documentation. The README refers to paths like `pkgs32` as "now allowed", but those paths appear to actually NOT...
## Description For the last few days, I've observed the aarch64 CI job (which we run on an x86_64 box, using QEMU for emulation), failing with errors like the following...
Contributes to #6498 4 years ago, this project was running a lot of its R-package testing on Travis CI. We experienced an issue where `R CMD check` would run for...
A CI package should be added testing the R package on arm64 macOS. See #6391 for reference on how to do this. ## Benefit of These Changes Would reduce the...
Fixes #6481 Proposes adding an arm64 macOS CI job testing the R package. CRAN checks every submission on an arm64 Mac (https://cran.r-project.org/web/checks/check_flavors.html), so hopefully this will help catch issues before...
## Summary This project has several shell scripts. Those should be tested with `shellcheck`. ## Motivation Shell scripts are used in this project for 2 primary purposes: * building/testing in...