Michał Krassowski

Results 371 issues of Michał Krassowski

**Is your feature request related to a problem? Please describe.** `rternalize` is super useful for passing custom Python functions to R. However, there are some cases when the current implementation...

enhancement

**Describe the issue or bug** Using `methods::show` as a default proxy for R's print leads custom print representations to error out, for example in easystats' parameters: https://github.com/easystats/parameters/issues/747. According to https://github.com/easystats/parameters/issues/747#issuecomment-1190270611,...

bug

**Is your feature request related to a problem? Please describe.** It is often slightly annoying to see: ``` pandas2ri.py: Error while trying to convert the column "numeric". Fall back to...

**Is your feature request related to a problem? Please describe.** Conversion from pandas DataFrame to R data.frame works as expected, but when there are duplicate values in pandas Data frame...

enhancement

I experience a similar issue to #481 for time differences in In 3.2.5. ```R %%R one_month = as.difftime(30, 0, unit='days') one_month ``` Displays `Time difference of 30 days` but ```R...

[gganimate](https://github.com/thomasp85/gganimate) is a popular ggplot extension allowing to add animations to plots. It can be installed from CRAN with: ``` install.packages('gganimate') ``` One needs to install `gifski` to render actual...

enhancement

It appears that codecov had a serious security breach related to Bash Uploader, see https://news.ycombinator.com/item?id=26819983 (their website is currently down, so linking Hacker News instead). As many users just revived...

## Description When I open second and consecutive instance of JupyterLab Desktop, the first instance gets focused **and all instances get resized, unmaximised and moved into a different place on...

bug

## Description As described in #477 the environment selection dialog is cumbersome to use. https://github.com/jupyterlab/jupyterlab-desktop/pull/478 addresses one of the issues (non-editable path), but a few UX annoyances remain: - user...

bug