Kevin Bates

Results 510 comments of Kevin Bates

Thanks for the updates. I'm finding the test failures getting tangled between catching `SystemExit` and `TraitError`. It seems the exceptions are occurring from within the `jp_configurable_serverapp` fixture so I found...

@vidartf - My commit has been pushed. The merge was more involved than I expected. The tests passed locally, but I'm hoping I didn't mess anything up. 😊

I pushed a change to satisfy pre-commit. What's odd is that the set of pre-commit actions used in CI is different than what is used in the git hook. The...

Thanks for opening this issue. Do we know where the cost is occurring? (I apologize that I haven't caught up on the related discussions in Lab.) If I touch 10,000...

> I don't think so, we want to keep the server state-less. I agree with this in principle, although the server is already stateful when it comes to kernel management...

If the results of the `os.xxx` calls are not idempotent (`scandir` also states _The entries are yielded in arbitrary order_), then we need to sort so that the pages are...

True, (and great!) although I think the end-user experience will be odd since you'd see results from each page interleaved amongst the existing pages because that display is sorted. As...

> I am not following the discussion here closely, but wanted to voice agreement that the REST APIs should remain stateless Yes, I believe we're all in agreement here. It's...

I've gone ahead and added this to the agenda for tomorrow's [Jupyter Server meeting](https://github.com/jupyter-server/team-compass#weekly-team-meetings) for those interested in this topic. I hope the interested parties can join.

>>The event API will not provide you the initial directory listing, is it? So how will you get it except by using the contents API? >Yes, we can decide that...