You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We have a super cool viewer for objects that are a Tables.jl table. To avoid version conflicts, we only load this code after the user (indirectly) loaded the package Tables.jl.
1118
1118
# This is similar to how Requires.jl works, except we don't use a callback, we just check every time.
1119
1119
const integrations = Integration[
1120
+
Integration(
1121
+
id = Base.PkgId(UUID(reinterpret(Int128, codeunits("Paul Berg Berlin")) |> first), "AbstractPlutoDingetjes"),
@@ -1467,8 +1480,9 @@ Will be inserted in saved notebooks that use the @bind macro, make sure that the
1467
1480
"""
1468
1481
const fake_bind ="""macro bind(def, element)
1469
1482
quote
1483
+
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
1470
1484
local el = \$(esc(element))
1471
-
global \$(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : missing
1485
+
global \$(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)
0 commit comments