ottonemo
Results
22
issues of
ottonemo
In `utils.py` there is still one line that uses `unicode()` which will fail in python3. Patch: ```diff @@ -17,7 +17,10 @@ def validate_hub_signature(app_secret, r pass else: digest_module = getattr(hashlib, hash_method)...
Hey :sunflower: We are currently experimenting with using an event broker to also do logging based on tracker contents and found that `rasa.shared.utils.common.all_subclasses` is having a needlessly large (100%) overhead...