Charles

Results 3 issues of Charles

localhost001 ~/roswell(release) $ ros init Installing sbcl-bin... No SBCL version specified. Downloading platform-table.html to see the available versions... Something wrong! Check the connection or sbcl.org is down. Download failed (Code=2),...

CL-USER> (mito:connect-toplevel :mysql :database-name "v****" :username "****" :password "********") # CL-USER> (mito:deftable user() ((name :col-type (:varchar 64)) (email :col-type (or (:varchar 128) :null)))) # CL-USER> (mito:table-definition 'user) (#) CL-USER> (mapc...

I install import-js layer in my .spacemacs. ```lisp dotspacemacs-configuration-layers '( import-js ... ) ``` install the import-js: ```shell $ npm install -g import-js ``` also the exec-path: ```lisp Its value...