Rebecca Turner
Rebecca Turner
Hrm, so lesse… draw an extra blank line when showing a previously hidden progress bar and move up one line after hiding a previously shown progress bar?
I'll try it out and see how it looks. Even if it doesn't become a default, it seems like a reasonable option to have.
@stevenvachon Right now we're very focused on getting npm@5 out the door. After that though.
@jokeyrhyme So this was kind of a pain with gauge@1, but with the just released gauge@2 it's pretty easy... it'd be something like ``` js var themes = require('gauge/themes') var...
@jokeyrhyme I updated the example to use the updated theme mixin support.
Thanks =) I've fiddled a bit with adding ETA support and right now I'm seeing a lot more jitter in the estimates than I'd like, dejittering it requires some place...
My wip for this is over here: https://github.com/iarna/gauge/tree/eta
It has `render-template.js` half way converted to a class as `template.js`. I'd like to finish that conversion before actually using that code. It also has a pretty nice implementation of...
This is a 0.5.0 feature, and docs say "toml-node supports version 0.4.0 the TOML spec". (This is a little confusing because there are some 0.5.0 features that are supported, like...
http://commonmark.org/ is also a good resource.