Renan Valieris
Renan Valieris
hello, I need to draw many rectangles on a image, I understand pyvips copies the image in every operation so I'm wondering how can I bypass that, the docs say:...
this is my proposed fix for https://github.com/Anaconda-Platform/nb_conda_kernels/issues/210
Hello, this is a problem I ran into on a multi-user jupyterhub installed on a cluster with a shared conda install, I have a working solution but I am creating...
I'm seeing text corruption on xterm embedded on jupyterlab and vscode, and I can reproduce it on the xtermjs.org website:  However, I tried to run the xterm demo locally...
I saw this before but forgot to report, if the meta file is named `meta.yml` the recipe won't be built. but it will look like the CI passed. the other...
Trying to read the attached file with `read_delim` results in the following error: Attached file: [f.log.gz](https://github.com/tidyverse/readr/files/14731839/f.log.gz) ```R r$> a = read_delim('f.log.gz', delim=' | ',col_names=F,col_types='cccc') Warning message: One or more parsing...
Hello, this is a fix for printing tibbles with list columns. currently this fails: ```R > head(dplyr::starwars,3) ERROR while rich displaying an object: Error in (function (..., row.names = NULL,...
## 🐛 Bug Tags from deleted runs are erroneously applied to new runs. ### To reproduce 1. Create a run, and assign it a tag 2. Delete the run with...
Hello, it seems that `augment` is returning different predictions compared to `collect_predictions`. In the example below, the kappa metric was calculated to be 0.9, however if I compare the predictions...
Follow up on https://github.com/rstudio/vetiver-r/issues/300#issuecomment-3422969817 When the xgboost object `raw` vector is too long (>2^31), the unbundle function throws this error: ```R m 2**31 TRUE ``` In my case this happened...