Afshin Taylor Darian

Results 55 issues of 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...

bug

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...

maintenance

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...

accessibility

> 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...

help wanted
dependencies
maintenance

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...

documentation
help wanted

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.

bug
good first issue
help wanted
maintenance

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.

documentation
help wanted
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...

bug
performance

Currently, we can only support one location for the user's cursor while a drag event is mid-flight: ![old_drag](https://user-images.githubusercontent.com/38936057/97527453-927eaa80-1968-11eb-9ec7-f29647d85df6.gif) If we implement this enhancement, we can offset the cursor: ![new_drag](https://user-images.githubusercontent.com/38936057/97527463-9a3e4f00-1968-11eb-8f1d-a268b117ecc9.gif)

enhancement