Carlos Herrero

Results 54 comments of Carlos Herrero

@jtpio Can you take a look and merge?

> Is this technically feasible to identify the host of the meeting right now, or is this something which will be only possible once the user package is in? I'm...

> Locale however might be a misnomer as it only stores a language code rather than a full locale config, so we may want to rename it to languageCode or...

As discussed above, to improve the ITranslator's API, we will need to: Add a new property, `languageCode`, to the interface here: https://github.com/jupyterlab/jupyterlab/blob/adafbabcef3315bc706381d533d229115c07b5a6/packages/rendermime-interfaces/src/index.ts#L600 then we will need to expose the private...

Closing as fixed by #11599

Hi everyone! Sorry for not getting back to you sooner. Jupyter-Server v1 was a stateless single-user server. With the introduction of real-time collaboration in JupyterLab, we needed to track different...

> Am I interpreting this right --- that you don't see a fix for anon token-auth coming from jupyter-server? Rather you're advising us to take the issue up with VS...

@daeh We discussed it again during the server weekly meeting. This is an issue with VSCode, not with Jupiter Server. Jupyter Server uses cookies to authenticate clients, as described in...

Hi everyone. I have spent a bit of time debugging this issue, and in my opinion, we have three different issues. Here are my thoughts: 1. Comment https://github.com/jupyterlab/jupyterlab/issues/14106#issuecomment-1574273088 by @krassowski...