func
s in decorator wrappers
_check_rasanlu_compatibility
function call to the earlier phase to that list...@match_rasanlu("^.*$")
) for "catch-all" matcher
@match_rasanlu("ask_weather")
. Like @match_rasanlu("^ask_weather$")
_check_rasanlu_compatibility
some place earlier (then train_rasanlu
)Hey folks, it's been a long while since I looked at this section of the code base and I vaguely remember that we did some work on getting opsdroid to reload if we add a new module.
Does this mean we can hot load modules without any issue? I haven't tested this, but wanted to check before.
Im doing some crazy experiment. I want to pick up opsdroid web and turn it into a command centre that allows you to see your active/inactive modules and allows you to toggle modules on/off without reloading opsdroid.
I’m currently working on the api endpoint and it’s been a fun experience so far. I’ll open an issue with a scope/proposal in a bit
I was able to do it for connectors and worked fine I suspect skills should be easy as well
Mostly I’ve been hacking at it today in between baby naps 🤣
installation/packaging
is an excluded label for release drafter, but it's a bugfix, so shouldn't it be in the release notes?
pip install opsdroid[all]
should work again...