Skip to content

Py -> JS issue example notebook#8

Open
gzuidhof wants to merge 3 commits into
masterfrom
cross-communication-woes
Open

Py -> JS issue example notebook#8
gzuidhof wants to merge 3 commits into
masterfrom
cross-communication-woes

Conversation

@gzuidhof

@gzuidhof gzuidhof commented Aug 10, 2021

Copy link
Copy Markdown
Owner

To reproduce locally you can try the steps here.

@stefnotch

stefnotch commented Aug 15, 2021

Copy link
Copy Markdown
Collaborator

I think I know what the issue is. I haven't actually debugged it though

This right here where the result gets returned

doesn't handle object-proxy objects. It might be worthwhile to hook it up to this
serializePostMessage(value: any): any {

@stefnotch

stefnotch commented Aug 19, 2021

Copy link
Copy Markdown
Collaborator

I took a closer look at it. I suppose the kernel could/should automatically handle that. This could be done around here

value: result,

Though, ideally at some point https://github.com/hoodmane/synclink would be ready for production use. And then we could use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants