-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Julia 1.5 breaks @bind #200
Comments
Can you do Pkg.status() in the terminal where you launched Pluto and send a screenshot? |
And can you create a cell with this content:
and send me the result? |
|
Same output in a Plutonian cell... |
well this was a rollercoaster! it looks like we have to pick a different function to abuse than In the future, I'd like to add the possibility for bonds to transform the JavaScript-returned object before it is made available in the Julia scope. (See JuliaPluto/PlutoUI.jl#3 for motivation.) So you could overload: Base.peek(x::MyBondType) = default_value for the default value, and Base.peek(x::MyBondType, received::Dict) = ... is a 'preprocessor', the result of which is assigned to the bound variable. If no overload exists for the first function, then |
I think I see use cases where package creators overload
Let this be the only time that this API needs to change! |
The other option is to register a public |
I use |
Alright lets do |
Posted by @cormullion on zulip:
The text was updated successfully, but these errors were encountered: