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
Just installed the gem, and I do have some events to show:
But the dashboard shows up with some placeholder skeletons, then immediately crashes:
I can circumvent the crash by adding return 0 if value.current.nil? || value.compared_to.nil? before the diff calculation. Happy to open a PR unless you want the comparable itself to have safer logic.
The text was updated successfully, but these errors were encountered:
Just installed the gem, and I do have some events to show:
But the dashboard shows up with some placeholder skeletons, then immediately crashes:
I can circumvent the crash by adding
return 0 if value.current.nil? || value.compared_to.nil?
before the diff calculation. Happy to open a PR unless you want the comparable itself to have safer logic.The text was updated successfully, but these errors were encountered: