You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps i'm using it wrong, but: str: { Hook('my_key', handler=my_handler): str, 'another_key': str }
breaks. this is due to the lack of processing and break statement when the handler returns at line 402. Perhaps i should use a class instead of handler function (I didn't look into this) 😺. As for now, I fixed it by adding:
Perhaps i'm using it wrong, but:
str: { Hook('my_key', handler=my_handler): str, 'another_key': str }
breaks. this is due to the lack of processing and break statement when the handler returns at line 402. Perhaps i should use a class instead of handler function (I didn't look into this) 😺. As for now, I fixed it by adding:
The text was updated successfully, but these errors were encountered: