mcsimenc
mcsimenc
Hey, labelImg is great. For my use case it would be convenient to have a button or shortcut that would let me delete the current image on the hard drive.
In ggplot2 I can pass a vector of colors through theme(axis.text.x), and while it gives the warning ``` Vectorized input to `element_text()` is not officially supported. Results may be unexpected...
# Description Recording functionality is desired. # Operation `q` # Expected behaviour As in Vim # Environments - Xcode Version [10.1+ ] - XVim branch and revision [XVim2 revision :...
Description `set paste` has no effect on putting (tabs and spaces are not preserved). Expected behaviour `set paste` should make putting preserve indentation, I believe. Environments Xcode Version [10.1+ ]...
I would like to make the smallest point smaller when using `node_type = "scatter"`. As I understood the description in the documentation, `grid_size` controls this, however different values for this...
Hi, when plot_method = "ggplot" and node_type = "scatter", there is always a string in the tooltip from these lines in R/plots.R: ``` mdf[["text"]]
If I supply a `custom_hovertext` in addition to the values there I also see "row", "column", "value", and "Point size". Is it possible to display only the `custom_hovertext`? Thanks!
At the authentication screen, I'd like a "Create Account" button by which new username and password can be assigned. Is this possible with shinymanager?
If an `awesomeCheckbox` is at the bottom of the page it adds extra space at the bottom of the page when triggered. For example: ``` library(shiny) library(bslib) library(shinyWidgets) ui =...