Afshin Taylor Darian

Results 133 comments of Afshin Taylor Darian

Aside from things that involve iterators, most of the other API changes are removals of old classes and things that should not have a big effect on accessibility. Any enhancements...

In general it is probably fine to make a DOM change like that, assuming most things are styled with CSS classes. But it's plausible to imagine a CSS rule like:...

@davidanthoff Having another kernel that uses the debugger front-end would be great. Please try it out, kick the tires, and feel free to post issues here.

If we use a `@lumino/datagrid` and it supports an arbitrary number of variables, does this solve our issue or are we concerned about too much data being sent across the...

We should probably use a streaming adapter to make sure we don't get flooded and to accommodate the paging built into the debug adapter protocol.

cf. https://github.com/jupyterlab/lumino/blob/master/examples/example-datagrid/src/index.ts#L53-L105

cc: @jasongrout @vidartf @ibdafna @mwcraig — apropos our conversation about Lumino 2's impact on `@jupyter-widgets/*` packages on the [Jupyter Widgets weekly call](https://github.com/jupyter-widgets/team-compass/issues/13#issuecomment-1213164679).

I added `migration.md` (because the docs apparently can be `.rst` or `.md`) but I'm still not sure the docs are building/working properly. I'd propose leaving that to fix in: -...

> As a maintainer of a few **library** packages dependent on Lumino, my main question for Lumino v2 will be "how hard will it be for my code-base to support...

> If I have code `toArray(luminoiterator)`, how would I need to rewrite code? Before luminoiterator was a lumino iterator, now it is a js iterator, but either way I get...