Results 26 issues of DavZim

This is a first version of the reprex/addins feature request (#27). The code in the PR should work but is not finished, instead, this PR has the goal to be...

It would be awesome to have a function that takes takes the currently selected code, executes it and creates a carbon of it. This would be similar to reprex but...

If we have variable width of each cell, we can also animate nest/unnest nicely. Not sure how to do it yet :)

It would be very useful to me to be able to pass a `onRenderCell` JS function to the `timepickerOpts` of an `airDatepickerInput`. Slightly adapted from the [air datepicker documentation](https://air-datepicker.com/docs) on...

When I use the following code to create a pie chart with a facet, I only see one plot and not a facetted plot: ```R library(dplyr) library(echarts4r) df % group_by(group)...

When I use AUC with more than 100k observations, the AUC calculation has an integer overflow and returns NA, see also [this](https://stackoverflow.com/questions/28613635/r-metrics-auc-error-message) SO question. For reproducibility: ```r set.seed(15) N

### Please describe your feature request Great package Konrad! I love it and find it very useful for complicated projects. One thing that I was missing every now and then...

✨ new feature

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/main/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rich-iannone/pointblank/issues), whether open or closed, comment on...

Type: ☹︎ Bug
Difficulty: [3] Advanced
Effort: [3] High
Priority: [3] High

When I have a shiny app with multiple modules, `autoWaiter` does not pick up all elements at the same time but only "hides" the second element when the first one...