r2evans

Results 80 issues of r2evans

I'm intrigued by the `xlsx2csv` function ... never thought to use VB, very interesting. I noticed that the line to check for an expected file name seemed odd, so I...

Given a vector of ICS entries, `ic_datetime` does not check for length greater than 1. If an ICS file has more than one event: ```r calendar::ic_read("~/twoevents.ics") # Warning in if...

Do you have the intention of continuing development on this package? It's not easily usable at the moment: `devtools::install_github` does not install it, there are no compile-notes or build instructions,...

On startup, I am consistently getting a fail on the first attempt to connect, but it works on the subsequent attempt(s): ``` r library(rredis) ref

Windows doesn't generally like colons in the filenames. Using `storr_rds`, though, keys with embedded colons are accepted but silently fail. Windows: ```r p

Is it feasible to add `redisSetTimeout` (from hiredis) as an option to most calls? I'm specifically looking at the `$subscribe` model, where I'm a little daunted by > NOTE: you...

## Prework - [x] Read and abide by the **great_tables** [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/posit-dev/great_tables/issues) (both open and closed). ##...

Type: ★ Enhancement

The current implementation shows TODOs as advertised by GL. Is it possible (via the provided permissions) to view Activity as it is shown in the GL instance itself? For instance,...

enhancement

Thanks for the basic functionality! I have use for ordered pubsub queues, so I wanted to add list operations to the functions available. I started with https://redis.io/commands#list and skipped "blocking"...

If I test just that one test-file, then it skips and does nothing. If I test the whole package, it _deletes_ all of the `.svg` files. At no time am...