stla

Results 169 comments of stla

There's a better solution with another JavaScript library (**yadcf** or something like that). I didn't know the word "janky" :)

Sorry, the library is **dataTables.cellEdit.js**. See .

You have to add this callback and it works fine: ```r library(DT) df

@shrektan > Excel-like editing experience (my personal taste and we may learn some from [rhandsontable](http://jrowen.github.io/rhandsontable) ): The user can move around the selected cell via the arrow keys. The user...

Hello, Please next time use StackOverflow for questions like this. I'm not sure to understand your question. you want to select a parent node without selecting its children?

Ok. Indeed, the selection always "cascades" to the children nodes. But you can attach some data to the nodes, e.g. `type="folder"` and `type="file"`, and then filter the selection. But yes,...

No, but that's not a problem. Each folder will have the "attribute" `type="folder"`, and you filter all nodes which have this attribute.

Hello, I vaguely remember I already encountered a similar issue. The code with `.concat` does not work because the path is not an array here, it is `null`. Right? Are...

[Here](https://gist.github.com/stla/148dc936fc67e02a609fb08098cd11c4) is an XML file defining the keywords, etc, for Asymptote. Does it help? I would be glad to contribute to `skylighting` but I don't know how to proceed.