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 a slight nitpick that because Friflo exposes it's own Position component, it will often require the user to fully qualify the namespace if they want to implement their own Position component. In my case my Position component is double precision, hence not being able to use what Friflo offers.
One workaround on the user side is of course simply to name our Position component differently. But I'm wondering if perhaps Friflo should not offer any component implementations to the user.