_
_
Is it possible to set Helium as default browser? I am using googler (google CLI) and would love it if a search result when opened would open in a floating...
What would it take to receive the output word by word? It happens in the browser, so some cleverness with Playwright might make this work. The delay between responses is...
I have taken a keen interest in this project; I have a small project and have both a vivace-graph version and a neo4j version, with significant speedup with vivace-graph version,...
I have tested on 2.2.3, 2.2.4, 2.2.6, and 2.2.9, and they all give the same error message: ``` Recursive lock attempt #. ``` when running ``` (with-transaction () (let ((c1...
Tested on SBCL 2.2.2.
This issue deals with https://github.com/kraison/vivace-graph-v3/blob/cf2caaf26baccec9afd4d6a79375cd9ff5fe0613/schema.lisp#L75-L79 and https://github.com/kraison/vivace-graph-v3/blob/cf2caaf26baccec9afd4d6a79375cd9ff5fe0613/graph.lisp#L130-L133 I noticed that after making the graph, its schema is stored without any of its class locks or locks. Then when it's restored,...
From the example: ``` (dx/commit {} [[:dx/put {:db/id 1 :name "Ivan" :friend {:db/id 2 :name "Petr"}}] [:dx/delete [:db/id 1] :friend]]) ``` This throws an exception "Key must be integer". Likewise...
I am setting up as follows: ``` (rf/dispatch [::re-graph/init {:http {:url "http://localhost:8888/api"}}]) ``` Getting this error ``` Uncaught Error: Spec assertion failed -- Spec failed -------------------- [{:http {:url "http://localhost:8888/api"}}] should...
On https://reagent-project.github.io/, for the :input example, I type in Korean and the input form breaks. For instance, typing "리에이전트" becomes "ㄹ리링리에엥에이잊이저전전ㅌ트", where the inputs are being repeated. Something wrong with...
Maybe this is somewhere in the docs, but it was difficult to find. When a file is transcluded, the source buffer has fringe on the left for the lines that...