Pariksheet Nanda

Results 12 issues of Pariksheet Nanda

Can we add support for non-interactively running `package-autoremove`? I use the `auto-package-update` package and every few weeks I run into problems with old, stale packages conflicting with newer packages and...

`upset()` does not allow `matrix` class inputs (or the identical class `table`) because `UpSetR:::order_sets()` tries to subset using the idiosyncratic `data[sets]` instead of the more standard `data[sets, ]`. See the...

**Steps to reproduce** 1. Download or git clone version 1c150858dd1a908eafa9314dbb0b27bd8edb5279 into a directory assumed to be `~/src/Cytopia` 2. Create a fresh build directory and configure it with: ```bash SUDO_ASKPASS=/usr/bin/ssh-askpass cmake...

bug
build

With some help troubleshooting, I found that I couldn't authenticate on some websites because of clock drift, because Debian's root on ZFS does not install any network time synchronization that...

I haven't yet found any helpful reports for this particular error on WineHQ or here on lutris' GitHub issues, so I'm including my system information and logs for this crash....

The docstring for `ImageReader()` mentions a non-existant `GetImageReader()`: https://github.com/CellProfiler/python-bioformats/blob/0d47e384d5ab8669cfcbf43b8900b0d544aa274b/bioformats/formatreader.py#L550 ...but it should probably instead mention `get_image_reader()`. I would submit a PR, but it looks like additional statement(s) are needed, perhaps...

Documentation

Looks like minor changes to the pytests are necessary like changing `import PyUQTk.array as uqtkarray` to `from PyUQTk import uqtkarray` etc: ```console $ spack load [email protected] +pyuqtk $ git clone...

According to the [rphast package page](https://cran.r-project.org/web/packages/rphast/index.html) on CRAN: > Package ‘rphast’ was removed from the CRAN repository. > > Formerly available versions can be obtained from the archive. > >...

**Motivation/Application** [This article in LWN][1] points out that Redis will be released under non-free licenses from version 7.4 onward. From the abstract: > On March 21, [Redis Ltd.](https://redis.com/company/) announced that...

enhancement

The requirement pygeos fails to install with python 3.12 with the error described here: https://github.com/pygeos/pygeos/issues/463 The maintainer explains that pygeos is no longer maintained and has been merged into the...