Results 8 comments of Ken Lin

https://idl.cs.washington.edu/files/2017-VegaLite-InfoVis.pdf - 3.2 View Composition Algebra Describes `layers`, `hconcat`/`vconcat`, and `facet` but I don't see these descriptions on the Vega-Lite site, other than faceting through `row` or `column` [channels](https://vega.github.io/vega-lite/docs/encoding.html#facet).

I've experienced this as well with the latest npm install "node-irsdk": "^2.1.6" js-irsdk: yaml error: YAMLException: the stream contains non-printable characters at line 1455, column 29: UserName: Ondřej Hašlar ^...

@martinguder I use the approach @apihlaja alluded to, using captured data. I find it much easier to prototype against reproducible data. I did the following: 1. Use https://github.com/apihlaja/node-irsdk/blob/master/utils/recorder.js on the...

FWIW, I am running arquero 5.2.0 on node and the error message still appears as above.

Did you resolve this? ``` npm ERR! gyp ERR! find VS ************************************************************** npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio npm ERR!...

[huhuime](https://github.com/huhuime)'s `killHwnd` function seems to work for me: [[Question] How to get the process ID of the new activeXObject ? #53](https://github.com/durs/node-activex/issues/53#issuecomment-877770741)

That's a good tip, thanks. FYI - When I was initially studying signals and their inputs, I hand-compiled [Vega Examples - Signals Index](http://htmlpreview.github.io/?https://github.com/kenklin/vega-examples-signals-index/blob/master/index.html). I just added a link to this...

I need to enhance some of my Vega specs to be more interactive, so I experimented migrating them to Vega-Lite, allowing me to easily add zoom (https://vega.github.io/vega-lite/docs/zoom.html). I was previously...