Kevin Bates
Kevin Bates
Hi @nicholaswold - thanks for raising this issue. Could you please share how this can be reproduced? Also, might the suggested change be better located just following the [`json.loads()`](https://github.com/jupyter-server/jupyter_server/blob/master/jupyter_server/services/kernels/handlers.py#L420) since...
I don't have any particular affinity for the Contents service, but do have an affinity for our users, and believe this is too aggressive, especially given the lack of a...
Thanks @davidbrochart - that explanation is helpful for my understanding. > keep in mind that the contents API was basically removed with the latest RTC improvements: all the contents go...
> With RTC, validation becomes a shared responsibility, it's not centralized in the server. Actually, from the CRDT point of view, the server is just another client. Every client is...
Thank you for starting this Steve, I think this could be helpful to clients. Had a couple thoughts, questions... 1. Adding a status column to reflect that a start request...
Hi Steve, thank you for your response. It reflects my naivete with the front-end, so I apologize. I was more caught up on the race condition thing and how to...
Hi @oliver-sanders, you raise a very valid issue that should be addressed IMO. Since the configuration subsystem ([traitlets](https://github.com/ipython/traitlets)) is so heavily tied to the [`Application`](https://github.com/ipython/traitlets/blob/191ff75e93d56446b2c051f4dbb33e2f0e7be71d/traitlets/config/application.py#L119) class (via [`JupyterApp`](https://github.com/jupyter/jupyter_core/blob/2dc34f70806b6668f965bfaa39623143cb2cda59/jupyter_core/application.py#L57)), I think...
I can't really comment on static asset performance, but did want to comment on something @goanpeca posted nearly a year and a half ago (and I apologize for not seeing...
This is great info Marc - thank you! > This has been great. We have been using NBFORMAT_VALIDATOR for ~1.5 years and have never had an issue with it. I'd...
I can reproduce this via lab (but not via the endpoint directly). It also reproduces for any file _prefixed_ with `metrics` (but not `metric`!).