David L. Qiu

Results 257 comments of David L. Qiu

Notes from 8/4 server meeting: - Drop ID from model returned by GET Contents API. Build a separate API for requesting a file ID. - Migrate file ID service to...

@kevin-bates Sorry for not addressing your concerns earlier! I was out on vacation for a week, and had a small mountain of tasks waiting for me when I got back....

these issues are almost always because of webpack loader conflicts when using a JS framework that provides a webpack config preset, which usually loads *.svg files with `url-loader` instead. at...

admittedly webpack has got to provide a better way of writing new rules and modifying existing ones. regex is such an overengineered, encumbersome, and awful design choice for this application,...

cc @ellisonbg @3coins @jweill-aws @fcollonval Hey, Piyush and I wanted to discuss potentially having Jupyter Server 2 support in JupyterLab 3.5. To clarify, we have several use-cases that depend on...

@Zsailer Is there an exact list of breaking changes / a migration guide for users that want to migrate from JS1 to JS2? I think this would be important for...

> It seems slightly fragile. You can provide users a jupyter mv tool, but you can't stop them from just using mv in the terminal or elsewhere like they are...

> Thinking about RTC, would it make sense to have the ID not only point to a file, but also to a "version" of that file? Meaning that every Y...

### Open questions - Can we implement the file ID REST API as an addition to the Contents API instead? The Contents API already supports an endpoint for retrieving file...

> The ability to easily manipulate files using the tools they're used to is so important to my users that I'd rather turn off collaboration than break their existing workflows....