James Blair

Results 36 issues of James Blair

Reprex: ```r pr() %>% pr_mount("/", pr() %>% pr_get("/hello", function() "hi") ) %>% pr_run() ``` When this is executed, docs doesn't render and returns a 404.

theme: trailing slash

Shiny has an option called `shiny.autoreload` that monitors source files for changes and automatically reloads the Shiny app. It would be nice if Plumber had a similar option.

type: enhancement
difficulty: advanced
effort: high
priority: medium

There are several places where examples can be updated to reflect the latest release. For example, the "hello world" example currently returns the following warning: ``` Warning message: Plumber tag...

docs

Part of what makes Plumber so spectacular is its incredible flexibility. As other packages start to crop up that add functionality to Plumber (like [sealr](https://github.com/jandix/sealr)) it would be nice if...

difficulty: advanced
effort: medium
priority: medium
theme: plumb() :sparkles:

Add examples and documentation for Plumber benchmarking and performance.

docs

Update vignettes with more specific details about potential conflicts.

docs

To help users better understand the behavior of filters, include a graphic in the Filters section of the vignettes.

docs

To help understand how cookies fit into the execution model of Plumber, add a graphic to the Cookies section of the vignette.

docs

This would be part of the security vignette.

docs