Daniel Petranek

Results 6 issues of Daniel Petranek

I noticed when looking at the implementation of `assign` that there was a nice docstring for it, but that it gets lost when re-`def`-ed in `statecharts.core`. Even for the functions...

help wanted
good first issue

**Describe the bug** If I want to see the third account I can do `textile wallet accounts -d 3 `, but that shows me accounts 1-3. So I add an...

bug

When I run render-to-file on datasets longer than 100 rows, I get a RowFlushed Exception: ``` (render-to-file "templates/test.xlsx" "repltest.xlsx" {"Sheet1" {0 (mapv #(conj [] %) (range 101))}}) ``` => ;...

Steps to reproduce: ``` (require '[datascript.core :as ds] '[posh.reagent :as p]) (def conn (ds/create-conn)) (p/posh! conn) (ds/transact! conn [{:app/type :type/task :task/name "Create TODO" :task/done? true} {:app/type :type/task :task/name "Learn Posh"...

When I try to draw an octahedron I get the following runtime error: `Uncaught TypeError: module$node_modules$three$build$three_cjs.Octahedron is not a constructor` Here's my setup: ```clojure (defn threeagent-root [] [:object [:ambient-light {:intensity...

I've been using and enjoying the csp channels, however I ran a missing function while working with a `csp/mult`. In clojure.core.async there is a `merge` function to take n channels...