Luke Bandy

Results 3 issues of Luke Bandy

`nav_panel`s inserted progmatically using `nav_insert()` are not fillable. 'Page 1' has class `tab-pane html-fill-item html-fill container bslib-gap-spacing`, whilst the new 'Page 2' just has class `tab-pane`. ```r library(bslib) ui

## Describe the problem To be honest this is a null issue as it's fine to just use `page_navbar()`, but did lose me some time to work around. Doesn't work:...

Windows 11 {anytime} 0.3.11 The following work fine: ``` R # R 4.1.3 anytime::anydate(integer()) anytime::anytime(integer()) # R 4.5.0 anytime::anytime(integer()) ``` But this crashes R: ``` R # R 4.5.0 anytime::anydate(integer())...