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
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
So, I'm starting off with the Documentation work ( proof reading ) and keeping up with the merges and commits.
While working along your user-plugin.md, I run across this error
WARNING: No such namespace: cmd, could not locate cmd.cljs, cmd.cljc, or Closure namespace "" at line 147 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: Use of undeclared Var cmd/command at line 147 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: No such namespace: lt.objs.editor.pool, could not locate lt/objs/editor/pool.cljs, lt/objs/editor/pool.cljc, or Closure namespace "" at line 150 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
WARNING: Use of undeclared Var lt.objs.editor.pool/last-active at line 150 /Users/eklavya/Library/Application Support/LightTable/User/src/lt/plugins/user.cljs
I'm certainly in user.cljs and with the client connected
Another point being, should we not specify exactly how to reach the user.cljs file?