codedthinking / Kezdi.jl

Julia package for data manipulation and analysis
https://codedthinking.github.io/Kezdi.jl/
Other
43 stars 2 forks source link

User written functions should be called without `Main.` #107

Closed gergelyattilakiss closed 2 months ago

gergelyattilakiss commented 3 months ago

Currently user written functions are invoked with using the global namespace of the instance.

korenmiklos commented 2 months ago

This is resolved in #133