Results 67 comments of Yaron Naveh

if you are using windows try to install the font like this: http://webservices20.blogspot.com/2015/04/running-terminal-dashboards-on-windows.html otherwise try to use a different terminal.

Hi @HugoDF , I think a scatter plot would be a great addition to blessed-contrib (and the js eco system)! I probably don't have capacity to implement it right now...

yes, the line chart (https://github.com/yaronn/blessed-contrib/blob/master/lib/widget/charts/line.js) or donut (https://github.com/yaronn/blessed-contrib/blob/master/lib/widget/donut.js) are examples of how to use the canvas. Generally speaking you would implement setData() to paint on a canvas similarly to how...

nice catch :) don't think picture tube is used too often with blessed contrib but will leave this open to when I or someone else have more time to figure...

currently the border comes from blessed and is all-or-nothing: there is no concept of a separator between components - there is only the full border.

in terms of api this seems a grid concern so users should probably not be aware of new widgets. internally not sure how it is best for the grid to...

I suggest to also ask in windows 10 / msft focums.

This is a good idea, I don't have time to implement this now but would happily accept a PR.

I have not done it before so not sure what are the implications for each options. Does one of them force every library user to use typescript? Are they both...