Max Klein
Max Klein
@blink1073 There's still a couple of chewy issues that probably boil down to pathing but aren't obvious how to fix: 1. win and mac tests fail at first run of...
I seem to have been able to fix the `tsc` bug by changing various scripts such as `"build": "tsc"` to `"build": "yarn run tsc"`. Similarly, I was able to fix...
I've solved the issues above, but I've run into another major snag: `jupyter lab build` hangs the CI. It'll run for 30+ minutes and do nothing. I've tried adding the...
> I've solved the issues above, but I've run into another major snag: `jupyter lab build` hangs the CI ...On the other hand, `jupyter lab build` runs just fine locally....
I've now burnt down all of the test failures. All CI tests are now passing, aside from an unrelated issue that I've already posted a fix for (jupyterlab/jupyterlab_server#207). So this...
One issue is whether we should use `foo: yarn run ` or `foo: jlpm run ` in our many, many `package.json` scripts. I've been thinking about this, and here's the...
@fperez I tested your notebook out on 2.2.9, can confirm same problem with sluggishness, especially when clicking to open/close a menu. I did a bit of profiling, and the problem...
> A half-step between this would be to use the MathJax SVG output, render off-screen (maybe in an iframe) and generate img tags I was also wondering if just sticking...
> But the `getBoundingClientRect` is crushing. Separate from any mathjax question, it's probably also worthwhile for us to consider how we can improve `hitTest`: - Can `hitTest` be refactored to...
@jasongrout Done. All of the removed CSS has been added back in and marked DEPRECATED