Steven Silvester
Steven Silvester
Hi @aeroaks, can you please paste those file contents here (or paste a link) so I can try them?
Progress, thanks @aeroaks! It looks like a line endings issue. I reproduce the error on Windows 10 by making sure the above file has CRLF line endings.
Although it does not explain the error happening on Linux, which should have the LF endings that CodeMirror expects.
Hi @megamindbrian, do you have the original file? If you save it as TXT, you can drop it into the comment box here.
Thanks! However, I wasn't able to reproduce the bug with that file. What version of JupyterLab, and which OS and browser are you using?
Hi @isabela-pf, thanks for digging in to this! I have two concerns: - The number of workspaces can get large (we create auto-workspaces when we detect another browser tab with...
Here are the operations we support from the browser client: https://github.com/jupyterlab/jupyterlab/blob/e7317f21b48183423e375dc266476a4289eb0fa3/packages/services/src/workspace/index.ts#L42. There are also options from the command line: ```bash $ jupyter lab workspace --help Import or export a JupyterLab...
I like it! I agree that deleting, renaming, and resetting should be context-menu operations. I have a strong preference not to make it a modal dialog though, but a main...
I love this version! We may also want to filter out the auto-generated workspaces by default as well. I also like the ability to toggle between launcher view types and...
Here's the full traceback from pymongo: ``` /opt/python/3.10/lib/python3.10/contextlib.py:135: in __enter__ [2023/12/15 07:56:56.991] return next(self.gen) [2023/12/15 07:56:56.991] pymongo/pool.py:1656: in checkout [2023/12/15 07:56:56.991] conn = self._get_conn(handler=handler) [2023/12/15 07:56:56.991] pymongo/pool.py:1775: in _get_conn [2023/12/15...