Wei Ouyang

Results 197 comments of Wei Ouyang

+1 Now it has been renamed to File System Access API and enabled by default since Chrome 86. Just tried it and works nicely by following this tutorial https://web.dev/file-system-access/

Yes, I am trying to use it with Pyodide, however I haven't figure it out yet.

I second this! For running on a k8s cluster with multiple users, we would like to proxy it under a subdirectory, e.g. https://my-website.com/user-123/vscode/ . Ideally, we should be able to...

`syncio` looks interesting, could you elaborate on how you implemented it? Wondering also do we have it in the standard cpython.

Thanks a lot for explanation, this is really interesting, I imagine this could be useful when we don't really care about concurrency and we can save the async/await in our...

Hi @hoodmane Any update on the integration of syncify to pyodide? I am looking into it again since I would like to simplify the file system access for JupyterLite and...

hi, thanks for your reply. Do you have any plan to add any extra storage adapter to get rid of the quota problem of localStorage?

Hmm, I think it's a bit tricky to get it work there, it's not a normal Jupyter environment as I understand, to get it work we need a way to...

UPDATE: you will be able to use the `itk-vtk-viewer` directly inside Google Colab which will be similar to itkwidgets, see https://github.com/Kitware/itk-vtk-viewer/issues/336

@jxchen01 Thanks! We don't have ROI widget support in the itk-vtk-viewer yet, it would be nice to have this feature indeed. @thewtex what do you think? Related to this, I...