Joseph Wang
                                            Joseph Wang
                                        
                                    The basic issue is firefox. It works on chromium-browser, but breaks on firefox 78.0.2esr
Getting this error in developer window THREE.WebGLProgram: shader error: 0 gl.VALIDATE_STATUS false gl.getProgramInfoLog Number of attributes exceeds Mesa's reported max attribute count.
It appears to be a webgl rendering issue since the same thing happens with https://ipyvolume.readthedocs.io/en/latest/examples/scatter.html Any ideas on how to debug?
Chromium  Firefox 
Linux mageia, but I'm running it in a docker image with minimal executables installed. On Wed, Aug 19, 2020 at 9:59 PM Ryan Tam wrote: > What OS are you...
This issue isn't in jupyterlab_code_formatter but rather in the R plugins. When the jupyterlab_code_formatter calls the R plugin it will run something in R which will fail if which is...
It's a api change from nodejs 12 to nodejs 13. ijavascript works. So one can get this to work by pulling in ijavascript changes.
Changing package.json to that jp-kernel is 2.0.0 fixes compile issues
See #21 for a fix. You just need to upgrade jp-kernel to the newest version and it will work with nodejs 14.
The problem is is that the language processing for the magics tends to be the same, and by having two different files, we are running into code forks where fixes...