Mwavu
Mwavu
First paragraph after `Figure 19.5: A simple example of the wizard UI.` > ... so here we’re creating a call like tabstPanel(pages[[1]], pages[[2]], …, id = NS(id, "wizard")... tabsetPanel Cheers!
### Problem description When I bind `renderPlot()` to a trigger button using `bindEvent()`, the `renderPlot()` expression is only ran once (on the first click). Subsequent clicks on the button have...
Without any top margin on parent div, the calendar popup displays well: ```r library(shiny) ui
# explanation should we do checks on the provided port? most of the times during deployment, the port number is fetched from an env file. however, if the env var...
# new feature currently, we have handled serialization of the MOST common file types, as seen [in the docs](https://ambiorix.dev/docs/ambiorix/response). it would be valuable if we add support for these too:...
closes #118
akin to what plumber does. swagger? ps: can make it a separate pkg. i'll do some research and leave my findings here.
we have a lot of duplication when defining http methods; they're all similar, the only difference being the `method` itself. see: - https://github.com/ambiorix-web/ambiorix/blob/ad6c3bff42d38b9b806415e2fffb52c1b9426b07/R/routing.R#L40 - https://github.com/ambiorix-web/ambiorix/blob/ad6c3bff42d38b9b806415e2fffb52c1b9426b07/R/routing.R#L64 - https://github.com/ambiorix-web/ambiorix/blob/ad6c3bff42d38b9b806415e2fffb52c1b9426b07/R/routing.R#L88 - https://github.com/ambiorix-web/ambiorix/blob/ad6c3bff42d38b9b806415e2fffb52c1b9426b07/R/routing.R#L112 -...
there's this function: https://github.com/ambiorix-web/ambiorix/blob/828f153cc40c126274550070cc938fd69ddf5977/R/token.R#L8 can't find any reference to it in ambiorix, but it's exported. what was the intended use for it?
## description say you have a handler for `/about`. currently when a request is sent to `/about/`, you get a 404. should we automatically strip any trailing slashes in request...