Afshin Taylor Darian
Afshin Taylor Darian
If a notebook has a BeakerX tabledisplay in it and the user switches kernels, the keydown handler for tabledisplay functionality causes a failure here: https://github.com/twosigma/beakerx/blob/bef44325c1b98c813a4efd244e15e7ec2f84fe03/js/lab/src/plugin/index.ts#L83 As a general principle, if...
This is a cross-post of [an issue originally opened in JupyterLab](https://github.com/jupyterlab/jupyterlab/issues/12702) by @RanadeepPolavarapu. We are not sure what the root cause of it is and thought it prudent to post...
This PR refactors Lumino packages to Switch to iterators and generators ([Mozilla (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators), [TypeScript](https://www.typescriptlang.org/docs/handbook/iterators-and-generators.html)) instead of custom Lumino iterators. Fixes #333. ## Public API changes ### `@lumino/algorithm` All of the...
Let's identify whether there are API and/or implementation changes for accessibility enhancements that we should be targeting for Lumino 2 paying particular attention to backward-incompatible APIs that benefit most from...
> As commented in https://github.com/jupyterlab/lumino/pull/330, it will be nice to drop webpack and to use rollup for the tests to remove any inconsistency between the packager used for publishing and...
While we produce change logs automatically, we'll need something more substantial with examples and some narrative to help users migrate their code with the Lumino update. This document will complement...
The `package.json` entries for `jsdelivr` and `unpkg` currently reference `dist/index.min.js` which no longer exists after updating many of the `devDependencies` and support needs to be re-added.
The [Lumino `readthedocs.io` site](https://lumino.readthedocs.io/en/latest/) should support both Lumino 1 and Lumino 2 docs and needs a re-visit for maintenance.
## Problem In https://github.com/jupyterlab/jupyterlab/issues/9757#issuecomment-999915671 @krassowski writes: > Analysis: > > I am currently focusing on the delay visible when moving mouse out of the menu and the over again (this...
Currently, we can only support one location for the user's cursor while a drag event is mid-flight:  If we implement this enhancement, we can offset the cursor: 