Kamil

Results 8 issues of Kamil

PR introduces: * _jump to screen_ buttons (named `jumpBtn`): ![image](https://user-images.githubusercontent.com/29068994/78302258-b8f77700-753a-11ea-9d3a-98dff1c84832.png) * buttons `prevBtn`, `nextBtn`, `firstBtn`, `lastBtn` which are wrappers around `shiny::actionButton` - thanks to that click actions can be easily...

After I restarted my Mac M1 (macOS 11.2.3 (20D91)) apps and pages are not being fully loaded: ![image](https://user-images.githubusercontent.com/29068994/118096621-e1a29f00-b3d1-11eb-87d7-6f0c6c5a23cf.png) ![image](https://user-images.githubusercontent.com/29068994/118096637-e8311680-b3d1-11eb-81c1-99259bedea0a.png) ![image](https://user-images.githubusercontent.com/29068994/118096658-f121e800-b3d1-11eb-9017-1655cecea232.png) ![image](https://user-images.githubusercontent.com/29068994/118096838-2fb7a280-b3d2-11eb-915e-ea77a010c581.png) I even reinstalled Wavebox, but it didn't help. My...

Is there any way to highlight specific cell on heatmap? For example[`ComplexHeatmap`](https://github.com/jokergoo/ComplexHeatmap) package has [`decorate_heatmap_body`](https://github.com/jokergoo/ComplexHeatmap/blob/e412dfcc7e370b20553d1cd75b30bb3d8704006a/R/decorate.R#L34) for that.

question

There is no notification on sidebar for new email in Outlook plugin as it is for example in GMail: ![image](https://user-images.githubusercontent.com/29068994/52851979-b4de7f00-3117-11e9-8618-ed0df17bc2ab.png) The only notification is sound. ### Service ![image](https://user-images.githubusercontent.com/29068994/52851883-7d6fd280-3117-11e9-8291-d7fc8fa3ecb3.png)

Firstly: While supressing input `renderDtOutput_rows_current` using `.`: `.renderDtOutput_rows_current` package `DataTables` (R package `DT`) returns error. Secondly: `shinyURL` catches every input - including currently rendered rows, e.g.: `renderDtOutput_rows_current=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25` so you can...

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description As a user I'd like to schedule job with `shiny.worker`, close the app, have it done...

enhancement

I can't make work ShinyProxy work with Google authentication because after login I get Error 404: ![image](https://user-images.githubusercontent.com/29068994/46405351-4cfb3f00-c708-11e8-902e-afb89d5c1550.png) `application.yml` (don't worry about secret key, I made it public for tests only):...

# Fix for Multiple shinyDirChoose Modal Issue ## Problem Description When using multiple `shinyDirChoose` buttons with different IDs in an R Shiny app, the modal where directories are selected does...