Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resultOf is missing #10

Closed
fmoda3 opened this issue Jan 3, 2017 · 2 comments
Closed

resultOf is missing #10

fmoda3 opened this issue Jan 3, 2017 · 2 comments

Comments

@fmoda3
Copy link

fmoda3 commented Jan 3, 2017

Commit df1e7e3 deleted resultOf.

The sample is now broken.

error: unresolved reference: resultOf resultOf(convolutionExample().toSvg(1000.0, 500.0))

@hanslovsky
Copy link

Does that mean that inline image support does not work currently? I c&p'ed the contents of results.kt into a notebook, like this:

class Result(mimeData: Map<String, Any>) : Map<String, Any> by mimeData
fun resultOf(vararg mimeToData: Pair<String, Any>): Result = Result(mapOf(*mimeToData))
resultOf(convolutionExample().toSvg(1000.0, 500.0))

I only see:

Line18$Result@61217336

@apatrida
Copy link
Contributor

apatrida commented Feb 3, 2017

This was fixed today on MASTER, update, rebuild, and deploy.

@apatrida apatrida closed this as completed Feb 3, 2017
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

No branches or pull requests

3 participants