Grant Nestor
Grant Nestor
Check out the PR I submitted here: https://github.com/mehcode/atom-project-plus/pull/83 Maybe the maintainers just need a reminder to merge it 👍
@lfilho Have you submitted a PR with this fix? Is this not backwards-compatible with earlier version of Node?
Duplicate of https://github.com/stephen/airsonos/issues/383
Confirmed that this works! Thanks @Sathya1984!
The versions have been incrementing very quickly since 0.10x! The easiest way to switch to Node 0.10x is to install [n](https://github.com/tj/n) (`npm install n -g`), then in the command line...
Duplicate of https://github.com/stephen/airsonos/issues/338
You just need to install/build airsonos with the same version that you run it with. If you still it with Node 5 and try to run it with Node 6,...
To continue the discussion from n-riesco/nel#4. @n-riesco I'm happy to work on this, but I have a couple questions: * Where are `display_data` messages created and sent? I can't find...
Thanks for the quick response! I think this should be implemented for all 3 kernels (I'm just using "ijs" as an abbreviation for the whole family). I think `$$.sendDisplayData()` and...
@n-riesco I tried: ```js // In[1]: var $1 = $$; $1.text("tic"); // In[2]: var $2 = $$; $1.text("tac"); $2.text("toe"); ``` but calling `$1.text("tac");` doesn't actually update the output (append, replace,...