Mingxuan Lin

Results 5 issues of Mingxuan Lin

There is a weird behavior observed in my setup: After a file is open and then closed with Monaco, when it is open the second time, the following error message...

## Description The Pyodide kernel hangs when trying to open a file which was deleted in the jupyterlite "File Browser" panel. This issue might be related to [#1196](https://github.com/jupyterlite/jupyterlite/issues/1196) and [#1087](https://github.com/jupyterlite/jupyterlite/issues/1087)....

bug

## Description File content in the [Emscripten file system](https://emscripten.org/docs/porting/files/file_systems_overview.html) is not properly erased or deleted by the Python runtime in JupyterLite. "Ghost" file persists until user cleans up the browser's...

bug

This PR fixes bug #1008 and adds test for the model_json_schema() method of a document with a BackLink.

**Describe the bug** Generating Json Schema from a document with a `BackLink` field will fail with the error: `PydanticInvalidForJsonSchema`. **To Reproduce** ```python from typing import List from pydantic import Field...

bug