Nikita Kitaev
Nikita Kitaev
XULRunner apps are not required to have tabs, so add a fallback to connect to the application as a whole.
Hydrogen's "Interrupt Kernel" command is currently unsupported for ZMQ kernels on Windows. At the moment, the best workaround if you depend on this functionality is to install a notebook server...
The code at `mesh-plugin.js:101` currently reads: ``` js // accumulate mesh vertices and uv var model = this.meshCustomBlock(value,x,y,z); vertices = vertices.concat(model.vertices); uv = uv.concat(model.uv); ``` The use of `concat` causes...