James Lamb

Results 240 issues of James Lamb

Right now in both Python and R packages, host names to hit are hard-coded into the tests. We should consider making`ES_HOST` configurable as an environment variable and have the tests...

R
python

I learned about [this cool thing](https://help.github.com/en/articles/about-code-owners) over in `fRanz`. GitHub allows you to add a `CODEOWNERS` file that will be used to set default reviewers when PRs are opened. This...

Hey @tombachmann ! Hope you're doing well. Are there things you want to work on or want other people to work on on this project? Could you write up some...

question

Fixes #6448 Related to #5884. Helps with #6213. Proposes always targeting v10.x of the Windows SDK in CMake builds using the Visual Studio generators. ## Notes for Reviewers ### How...

awaiting review
fix

## Description Contributes to: * https://github.com/rapidsai/build-planning/issues/54 * https://github.com/rapidsai/build-planning/issues/56 * https://github.com/rapidsai/rapids-cmake/issues/387 Testing with: * https://github.com/rapidsai/rapids-cmake/pull/592 * https://github.com/rapidsai/rmm/pull/1544 * https://github.com/rapidsai/raft/pull/2279 * https://github.com/rapidsai/cudf/pull/15603. ## Notes for Reviewers Will put up a better description...

2 - In Progress
conda
improvement
non-breaking
ci

In a project I maintain, we have been using https://hub.docker.com/layers/wch1/r-debug/ for a while now to run various continuous integration jobs trying to replicate the types of testing CRAN does. Thanks...

### Description Fixes #5323 "Use Environment Variables" in the `conda-build` docs says the following about variables in `build.script_env` in recipes (my emphasis) > _If a listed environment variable is missing...

cla-signed

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? "Use Environment Variables" in the `conda-build` docs...

type::bug

### What did you expect to happen? Expected `compiled-objects-have-debug-symbols` check to only find debug symbols if a mach-o binary contains them. ### What actually happened? Over in LightGBM, observed that...

bug

### What should be checked? Checks that specific paths exist in the archive. This is common in `conda` recipes. For example, like this from `libpng`'s recipe. ```yaml test: commands: -...

enhancement