We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit df1e7e3 deleted resultOf.
The sample is now broken.
error: unresolved reference: resultOf resultOf(convolutionExample().toSvg(1000.0, 500.0))
The text was updated successfully, but these errors were encountered:
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:
results.kt
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
Sorry, something went wrong.
This was fixed today on MASTER, update, rebuild, and deploy.
No branches or pull requests
Commit df1e7e3 deleted resultOf.
The sample is now broken.
error: unresolved reference: resultOf resultOf(convolutionExample().toSvg(1000.0, 500.0))
The text was updated successfully, but these errors were encountered: