William Stein
William Stein
> Tested bokeh, it seems that the output cannot be restored when reopening a notebook (tested with JLab 34 and this branch); maybe someone with more experience with bokeh can...
I'm using the es2020 target for https://www.npmjs.com/package/@cowasm/memfs https://github.com/sagemathinc/memfs-js/commit/5b51afa5dd85c6e0c1f387ee174c9b974516c404
I just noticed that memfs doesn't properly update directory timestamps (as it should according to POSIX) when files are added/removed in a directory. This is probably related to your problem....
I don't think my #869 is relevant. However, I just tried your example with the current version of memfs (from this repo at least) and it worked fine for me,...
For what it is worth, here is how I fixed this in my fork (following your suggestions above, and adding a test): ```diff ~/upstream/memfs-js$ git show HEAD commit 671af81ba00e546a10581217f43d32f2406dec6b (HEAD...
> I'm happy to review a pull request if you want to open one Cool! I will.
OK, I created https://github.com/streamich/memfs/pull/866 for this.
> Thanks, I'll have a look once I'm off work - it seems like you need to apply prettier to your PRs too. Done. This memfs codebase is some **unusually...
Hi @mranvick thanks for posting this. Coincidentally, I have been thinking a lot lately about adding functionality to tie chat to specific places in a file. I'm thinking of doing...
Very interesting status here: https://github.com/jupyterlab/jupyterlab/issues/12812