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
When I hit e to evaluate some code, while stepping through code in my.namespace, i expect to be able to use ::k to look up the key my.namespace/k in maps. Instead ::k resolves to :user/k and the map lookup returns nil.