Vitali Khvatkov

Results 10 issues of Vitali Khvatkov

The height of card body does not respect the height limit of the parent container row, see example below. ``` if(interactive()){ library(shiny) library(bs4Dash) library(DT) shiny::shinyApp( ui = bs4DashPage( navbar =...

bug

This problem is a bit tricky to replicate, steps: 1. deploy auth0 app on remote server (e.g. shinyapps.io) but **don't start it yet** 2. Try to open the app with...

bookmarking

When using Shiny app with URL-encoded parameters, the library accidentally decodes them which makes URL incorrect. For example, try parameter like/?param=two%20words , it will become /?param=two words and you will...

bookmarking

Great package, but it does not seem to parse the URL query correctly on the remote server. Here is the test code to replicate the problem. Try to run the...

enhancement
bookmarking

See projects TEST, TEST2 at https://www.teamtat.org/ ![image](https://user-images.githubusercontent.com/1123272/118292979-cce00d00-b49e-11eb-8d47-224d8d176b5d.png)

Sometimes, especially when using DT inside Flex dashboard it is desirable to apply different layout logic for different columns, i.e use` vertical_layout: fill` for specific columns only. Is this a...

When trying to Auto Annotate with Lexicon, the annotation task remains in 'Requested' status and does not finish.

current versions of ruby and rails in the package are no longer supported, is it possible to update the app to the supported versions of ruby /rails? Thanks!

`Your bundle is locked to mimemagic (0.3.4) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of...

MongoDB command for creating an index with weights includes two parts one with field names , another with weights. ``` db.blog.createIndex( { content: "text", keywords: "text", about: "text" }, {...