bug/plugins-can-be-loaded-multiple-times
If you load Plugins from a specific folder and additionally from the glob pattern a plugin gets loaded two times.
Example:
Plugin_paths:["foo/bar", "foo/*"] => bar loaded twice
Edited by Christopher Höllriegl