James Lamb

Results 912 comments of James Lamb

Thanks for the `@`. In LightGBM, we have for a long time used this pattern: ```cpp #define R_NO_REMAP #define R_USE_C99_IN_CXX #include ``` ref: https://github.com/microsoft/LightGBM/blob/5cd95a5b161d7630731d50e9ac529c6bf3dc809f/R-package/src/lightgbm_R.h#L10-L12 Combined with, as @david-cortes mentioned above,...

> dask-expr appears to be running into trouble with the latest pandas. Not sure what specifically you saw when working on this, but just to connect some threads... I was...