Allen Rohner

Results 19 comments of Allen Rohner

I'm interested, but my own projects are still on Om Now, and I haven't looked much into what it would take to support Om Next.

Sorry for the neglect of the project. I'd recommend using https://github.com/circleci/lein-jarbin rather than lein-daemon.

I don't really understand the question. lein daemon calls the clojure function foo.bar/-main. After an uberjar, your clojure functions still work, right? Does lein run work for you?

Not anytime soon. I currently don't have much time to work on spectrum, and CLJS will be a good bit more work than just CLJ, because of JVM vs. JS...

Yes, keyword needs an ann, and would make a good addition. If you're interested in making a PR, a few notes: - prefer `c/first*`, `c/rest*` over `:ps`. `:ps` is an...

Sorry, I'll remove the `griffinbank` changes

Some context: We are compiling our project using Bazel + https://github.com/griffinbank/rules_clojure. This makes AOT incremental, per-ns, rather than the compiling the whole project in a single pass using lein or...

> How does this not break the call to manifold.stream.graph/connect in the connect defn, and the BufferedStream deftype+? I figured this out. If we start from `manifold.stream` (the ns with...

Does this mean that genrules using `stamp` always read both stable and volatile status, unconditionally? If I want to write a rule to only read volatile status I need a...