Skip to content

Instability in return type of PlutoUI.SliderΒ #64

@NitishGadangi

Description

@NitishGadangi

issue description:
The return type of PlutoUI.Slider is Int64 in few instances and Float64 in few instances

image-1603965448996

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs Pluto.jl featureCan't be done right now because something is missing from Pluto.jl itself

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions