Federico Marini
Federico Marini
Seems to be a problem with the functionality of `tippy`. If I remove the fact that the button has a tippy-like feature, this works as expected I came to think...
Ok, if we change e.g. this ``` fluidRow( column( width = 1, tippy::tippy( actionButton(inputId = "coder_emap_visnet", label = "", style = .helpbutton_biocstyle, icon = icon("user-edit")), "Show the code for this...
Ok, seems `with_tippy()` instead of the simple `tippy()` calls we had can simply do it. Checking on my end, will push. Can you double check that too @AnnekathrinSilvia and @alpoplaw?...
After reinstalling - give a full restart of R at least? There is that, and also the labels for the gene box
That could be pretty feasible. We just might need to find the best spot to not clutter things too much. Any proposal?
Something as simple as this? It will go for now in a mini-branch, let me know if this matches your desire 😉
Should be addressed now in the latest commits of the `devel` branch. I have done it there to try and have it already in the upcoming release
Hi, as you said, since I cannot access those objects it is pretty hard to make a guess. One thing you could check with running the function in debug mode:...
In debug mode, that would simply mean to call ``` # this debug(gs_scores) # before this scores_mat
Likely an NA value for some of the members for that vector? That is the first thing I can think of, but it is hard to pinpoint without a concrete...