JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Name issues with other popular packages #195

Closed dorn-gerhard closed 2 years ago

dorn-gerhard commented 2 years ago

I just wanted to create a list with name conflicts with other popular Julia packages, maybe one could help users with a hint or warning messages ("use PlutoUI.### instead of ### to prevent name conflict"), if two packages with conflicting names were used.

One of such name conflicts is Slider with the GLMakie.jl package: https://makie.juliaplots.org/stable/examples/layoutables/slider/index.html

fonsp commented 2 years ago

Also #166 !

fonsp commented 2 years ago

Now that https://github.com/fonsp/Pluto.jl/issues/890 is fixed, this is not an issue anymore :)