Marc Udoff

Results 64 issues of Marc Udoff

Hi, Is there a recommendation for when a comm needs to call an async function. While support for https://github.com/jupyter/jupyter_client/issues/433 would be ideal, the usecase is that there is some `async...

question

Hi, When do you expect the next release to be?

Hi, Can you please republish with the latest code so that https://github.com/jindw/xmldom/commit/f62560dbc9ced5bfe119f2f2c4bae29917133c4a is included?

Can we make it possible to allow for multiple content managers in notebook server? In a complex environment there may be a more than one type of notebook source so...

Given the following program: ``` process.on('SIGTERM', () => console.error('Ignoring')); let n = 0; setInterval(()=> console.log(n++), 2*1000); ``` I have tried to kill it using treeKill via something like ``` treeKill(myPID,...

### Problem It's hard to copy paths from the debugger. Things tried: 1. Selecting the text from here is not possible ![image](https://github.com/jupyterlab/jupyterlab/assets/1813603/36d5a0ed-df6d-4e01-9ae3-1dea67b6774e) 2. Once you open a file, the right...

enhancement
pkg:debugger
status:Needs Design

Also proposed this in mocha directly: https://github.com/mochajs/mocha/pull/3428

Hi, When we use this component, it forces us to bundle core-js (~15kb), even when we don't want to compile for a fully ES6 environment. Can we remove the this...

IPython supports multi-line edits when its internal logic determines that the initial input line is not a valid standalone statement (e.g. ends with a colon or has unclosed parentheses). Once...

Similar to lazy loading magics, we'd find it useful if we could lazy load variables. That is, users want to do something like as soon as they start IPython (no...