Greg Dorrell

Results 7 comments of Greg Dorrell

'vmstat' is missing: http://www.freebsd.org/cgi/man.cgi?query=vmstat The explanation for 'sudo su' is very unclear. The explanations for 'touch' are lacking: it is frequently used to create empty files, or check that you...

There's a few libraries with CSS parsers out there that could be used. I suppose the question is how easy would be be to take one of their ASTs and...

> when it switches to light mode the bar stays dark, is there any way to make a real fix so that way it switches between the two like it...

If you import `org.scalajs.dom.html._` then there are shorter type aliases for most elements. You example would become `dom.document.createElement("div").asInstanceOf[Div]`. I just live with that, although I'm not sure how users would...

Thinking about it, in this case, it would be nice to be able to do: `document.createElement[Div]`. HTMLDivElement doesn't currently know the corresponding element name is 'div' though.

I don't think you can do that with vegas. My understanding is that this library is wrapper/fascade around Vega-Lite rather than Vega itself. Vega-Lite only lets you do a small...

I also had this issue, I think due to mackup. Initially I tried killing karabiner processes as described directly above. That was not enough. To fix, I needed to: -...