dokato

Results 32 comments of dokato

@LRydin good job with MFDFA. Sounds good. I gave it first try some time ago. Once I clean my code, can send you over.

Hmm, your solution looks like a cheating to me. Why would you take the previous flutuation values for a scale that you cannot compute? I think that instead you need...

Hey @hadware , thanks for reaching out. Happy to help you with packaging this out if you have time to create PR, thanks. I was thinking about extending it to...

On that, I also noticed a small inconsistency. Some of our components have label inside their semantic version, some only in shiny version. I think we should keep that consistent,...

The task consists of a few steps: - normalise how the label is added between the various inputs that use it (note that eg. label of a button it is...

We were thinking about moving it to `shiny.semantic` but the problem is, that the `box` element must be surrounded by Fomantic grid to posiiton it nicely. All the other elements...

Thanks @andrie for trying to help. Sorry if this wasn't clear. This is one reading I'm aware of: https://fomantic-ui.com/usage/theming.html, There is no Fomantic equivalents of cerulean etc. to my knowledge....

+1 to that That's a minimal example, which helps to reproduce the problem. ```r runApp( list(ui = fluidPage( DT::dataTableOutput("mytable") ), server = function(input, output, session) { output$mytable % formatRound(1:4, 0)...

@luciorq I use for instance `Ctrl + shift + O` for searching TODOs in the active file.

Hi @earcanal thanks for the ideas (this and #33 ) definately things to consider...