Todd West

Results 15 issues of Todd West

This may be a known and expected problem, per #43 and the rClr 0.8.3 release notes, but I couldn't find a tracking issue for updating support to a current version...

## Steps to reproduce ```powershell for ($remaining = 3; $remaining -gt 0; $remaining -= 3) { Write-Progress -Activity "Demonstrating 0% complete = 100% complete..." -PercentComplete 0 -SecondsRemaining $remaining Start-Sleep -Seconds...

WG-Interactive-Console
Up-for-Grabs
WG-Cmdlets-Utility
Needs-Triage

This was [reported on StackOverflow](https://stackoverflow.com/questions/68651681/strange-behaviour-with-parse-time) in August 2021 or so. I just hit it with stringr 1.5.0 on ```r readr::parse_time("9:0:0.057", format = "%H:%M:%OS") ``` From what I can tell, the...

bug
datetime 📆

Hitting some instances where `geom_col() + scale_y_discrete()` errors out instead of producing an empty plot when given no data. I've encountered two different failure modes with ggplot 3.5.1 in R...

bug
scales :snake:

I work with a modest assortment of GeoTIFF based virtual rasters. This consists of a few different .vrts with a few hundred tiles of 10–200 MB each and total sizes...