Renan Valieris

Results 7 issues of 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: ![Screenshot_2023-08-01_10-47-33](https://github.com/xtermjs/xterm.js/assets/6310472/91226560-fb87-45d3-8612-5965969df772) However, I tried to run the xterm demo locally...

type/bug
area/addon/webgl

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...

Linting

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,...