-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
needs Pluto.jl featureCan't be done right now because something is missing from Pluto.jl itselfCan't be done right now because something is missing from Pluto.jl itself
Description
issue description:
The return type of PlutoUI.Slider is Int64 in few instances and Float64 in few instances
expected behavior:
the return type must be stable
remarks
right now, the possible workaround is using Float64(var) or Int64(var) where ever required. But, it is not ideal to explicitly type Float64 everywhere.
juliohm and schneiderfelipe
Metadata
Metadata
Assignees
Labels
needs Pluto.jl featureCan't be done right now because something is missing from Pluto.jl itselfCan't be done right now because something is missing from Pluto.jl itself