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
Currently the way we handle events is inside a single function, parse_events. It'll be much cleaner if we can make the way we handle events modular, so we can handle edge cases much more efficiently.
Currently the way we handle events is inside a single function,
parse_events. It'll be much cleaner if we can make the way we handle events modular, so we can handle edge cases much more efficiently.