John Rauser

Results 3 issues of John Rauser

When I navigate here: https://catalog.us-east-1.prod.workshops.aws/workshops/31676d37-bbe9-4992-9cd1-ceae13c5116c/en-US/aws-native/metrics/metricsexplorer ... I get a Page Not Found error.

See reprex below. If week_start is set to 1 (the default) everything works as expected. ``` library(fable) #> Loading required package: fabletools library(tsibble) #> #> Attaching package: 'tsibble' #> The...

See reprex below. In my real codebase I'm using `furrr`'s `future_map` for other purposes (reading a series of files off disk). ``` library(fable) #> Loading required package: fabletools library(tsibble) #>...