Wei Ouyang

Results 197 comments of Wei Ouyang

> Hey @oeway. Thanks for the suggestion! In your mind is what we need the addition of an optional argument for `path`? Seems like the only possible downside of that...

> I wouldn't suggest renaming since existing code could be using `ZipStore(path=)`. If permitting a FileLike for something named "path" is too confusing, then perhaps we add a static initializer...

Hi, for my case it's a fake file object making http requests to a file with range header, so not a zipfile.

> Intriguing would be curious to look at the object if you don't mind sharing 🙂 > > Does it support one of [the file ABCs](https://docs.python.org/3/library/io.html#class-hierarchy)? Or could it? If...

We will support this in a new imjoy-engine implementation.

> Maybe require parent plugins to pass the parent name too, besides the name of the plugin, when registering a plugin and all api plugin methods. Then we scope the...

I think it's good think it by namespace, we can perhaps apply the name space for dependency plugins. Say place all the dependency plugin under the name space of the...

@MartinHjelmare No idea what's going on with the deployment, no error message: https://github.com/imjoy-team/ImJoy/runs/503756678#step:3:11

Working on it, will update this thread when it's ready. Checkout a prototype here: https://imjoy.io/lite?plugin=https://gist.github.com/oeway/531c2f72ff712414f2229f9f8b522464

Update: with two recent PRs (https://github.com/imjoy-team/jupyter-engine-manager/pull/24 and https://github.com/imjoy-team/imjoy-engine/pull/90 ) You can now send ndarray between the browser and the jupyter engine. This enables sending numpy images to show in the...