james anderson
james anderson
when run either in a console or from a notebook, the kernel responds to at most one execution message: ``` james@de10:/development/source/library/com/github/lisp/cl-jupyter$ jupyter console --kernel=lisp ; loading #P"/development/source/library/com/github/lisp/cl-jupyter/cl-jupyter.lisp" cl-jupyter: an enhanced...
neither a direct invocation, nor an invocation via `grafter.rdf.repository/evaluate` succeeds: ``` grafter.rdf.repository=> (def query (.prepareTupleQuery connection org.openrdf.query.QueryLanguage/SPARQL "SELECT * WHERE {?s ?p ?o}")) #'grafter.rdf.repository/query grafter.rdf.repository=> query # grafter.rdf.repository=> (def results...
in order to effect a minimal conversion of the data retrieved by a query from a repository, it was necessary to either filter the result dataset to convert all cell...
an attempt to associate metadata with an ml dataset leads to an exception: ``` ClassCastException cljml.ClojureInstances cannot be cast to clojure.lang.IObj clojure.core/with-meta (core.clj:214) ``` a comparison with something like an...
the application crashes approximately once every two days while editing a source file. crash logs are attached. [Archive.zip](https://github.com/Clozure/ccl/files/10406950/Archive.zip)
while editing, the application stopped responding and was killed. version information is in the attached file [mcl-crash-20230113.txt](https://github.com/Clozure/ccl/files/10406929/mcl-crash-20230113.txt)
when i follow the installation instructions, an error occurs in `npm run build`: ``` $ npm run build > [email protected] build /Users/jamesanderson/jupyter/cy-jupyterlab > tsc node_modules/@types/react-transition-group/TransitionGroup.d.ts:16:30 - error TS2314: Generic type...
### Environment Include the result of the following commands: - `nginx -V` ``` nginx version: nginx/1.23.3 built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) built with OpenSSL 1.1.1f 31 Mar 2020 TLS...