Jakub Sobolewski
Jakub Sobolewski
Add a short problem description here. ## Example application or steps to reproduce the problem 1. Run an app which uses `shiny.fluent` 2. Open developer tools 3. Make sure `Enable...
At the moment CSV files are always read with UTF-8 encoding. Add an option to set other encoding by passing it either to `Translator` object or by setting `options`
# Description Translator reads all csvs in provided `translation_csvs_path` when in vignette it's said it only reads csv files with `translation_` prefix. It subsequently allows to read non-translation csvs and...
### Changes Closes #160 ### How to test ```r library(shiny) library(shiny.fluent) shinyApp( ui = fluentPage( ComboBox.shinyInput( inputId = "multiselect", multiSelect = TRUE, options = list( list(key = "A", text =...
### Motivation Binding of CommandBarItems could be implemented on JS side, but currently shiny.react InputAdapter doesn't allow modifying props. Once appropriate change is done in shiny.react binding of CommandBarItems can...
### Motivation Refactor E2E tests to make them more resilient and easy to maintain ### Feature description Refactor E2E tests to make them more resilient and easy to maintain ###...
### Motivation I want to be able to run Cypress tests with different options or environment variables. Currently if I want to run E2E tests with different config (set via...
### Changes Closes #439 ### How to test ```r rhino::test_r(reporter = testthat::JunitReporter$new()) ```
### Motivation I want to use custom testthat reporter when running `rhino::test_r` ### Feature description `rhino::test_r` allows to pass arguments to `testthat::test_r` ### Implementation ideas _No response_ ### Impact Some...