Luke VanderHart
Luke VanderHart
I'm getting the same error (thought with a different git gem).
I should add, this is running the current master - I know issue #42 involved a similar issue, but that's supposedly fixed now.
I found the problem (mine, at least). It's caused by an interaction with RVM on the same machine. In the META-INF/init.rb, the ENV['GEM_PATH'] is not forcibly overrode, but only conditionally...
I just wanted to add that this issue also breaks the REPL in the Cursive Intellij plugin, which apparently is using lein trampoline. @cursiveclojure @cemerick
Rather than framing this as "rendering views without React", what would it look like to think of this in terms of "decoupling Precept from React/Reagent"? I think React can still...
Awesome: sounds like we're all on the same page about what ought to be done: decouple Precept's change notification from specific view or rendering tools. That should pretty well satisfy...
@mikegai IMHO, collections of state (like sessions) should be wrapped up into a single value, and passed around explicitly as an extra argument wherever they're needed, keeping functions pure (in...
So, I'm sorry to say that I spent a fair amount of time on this, but am not going to attempt to complete it. I still think it would be...
This will be handled in the refactor, not urgent until then.
Hi @csvoss, thanks for the report! You're absolutely right. We're currently working on a refactor that (among other things) will significantly relax and clarify naming standards: under the new approach,...