Aleksander Chlebowski

Results 25 issues of Aleksander Chlebowski

### What is your question? There are plenty of buttons in a `teal` app. Some of them react to theme changes, while others maintain their style regardless of theme. #####...

question
core

### What happened? In Show R Code the no-verification warning is duplicated. ![image](https://github.com/insightsengineering/teal/assets/114988527/f1ede5a7-4423-4c79-8491-150a10bc0435) ### sessionInfo() _No response_ ### Relevant log output _No response_ ### Code of Conduct - [X] I...

bug
core

Fixes #1352 One warning is removed by extending the `defunction` call in `create_app_id` to the `data` argument. The other is removed by applying `defunction` to the contents of data when...

### What happened? When `data` contains a function, a warning is logged when running `init`: ``` [WARN] 2024-09-26 11:08:10.5918 pid:6800 token:[] teal In 'rlang::hash(list(data = data, modules = modules))': 'package:teal'...

bug
core

When a module is called with `data_extract_spec`s that refer to datasets absent in the data, a warning is raised in the console. ``` Warning message: Dataset `ADTTEE` is missing for...

core