Results 81 issues of Steven Silvester

This would emulate the Dialog used for Qt backend using the following method: - Create a `figureoptions.json` file and use [jquery.dform](https://github.com/daffl/jquery.dform) (MIT license) to create the form. - Clicking the...

New feature
GUI/nbagg
GUI/webagg

### Version of Awkward Array 1.8.0 ### Description and code to reproduce ```python >>> import awkward as ak >>> ak.to_arrow([{},{},{}]) ValueError Traceback (most recent call last) Input In [12], in...

bug

Did we decide on `jupyterlab-extras`?

We are adopting auto-formatting, including `black` and `isort` on all files. cf #889 From the [Django Enhancement Proposal to use Black](https://github.com/django/deps/blob/main/final/0008-black.rst): Reformatting will also be disruptive for open pull requests....

maintenance

Anyone who has the repository already cloned will likely need to update it. These are the commands Github suggests: ``` git branch -m master main git fetch origin git branch...

maintenance

We should expand the documentation using the [4 kinds of documentation as a guide](https://documentation.divio.com/). We're currently using that pattern in [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser/tree/master/docs/source). ## Getting Started Tutorials. A hands-on introduction to Lumino...

documentation
enhancement

Anyone who has the repository already cloned will likely need to update it. These are the commands Github suggests: ``` git branch -m master main git fetch origin git branch...

maintenance

We should use RTD for our narrative and API docs.

We could migrate the [`build-extension`](https://github.com/jupyterlab/jupyterlab/blob/67b270cb4caf105a9a80e3724f94feb3c831c919/buildutils/src/build-extension.ts) script here and add a method to `Application` to dynamically load extensions, opening up the possibility for other applications to use module federation. We'd also...

When debugging in JupyterLab (with the UMD bundles introduced in #40), I am seeing the ES6 bundle, we should be able to reach back to the original TS source files: