Juho Teperi

Results 298 comments of Juho Teperi

It is "or" on purpose. Shadow-cljs should work without cljsjs libs as it doesn't need even the extern files from those. Reagent test suite should be running Shadow-cljs build without...

@kimo-k Just note about `:key`. It isn't specific to sequences at all, any React component can have a key and React will use it to detect if the component identity...

This is probably already possible with the Compiler protocol. `make-element` method is quite close to the `createElement`: https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs#LL320C11-L320C11 https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs#L128-L141 https://github.com/reagent-project/reagent/blob/master/doc/ReagentCompiler.md You might have to refer to some impl functions to...

Checking your fork, there are few other `createElement` calls besides `make-element` but I'm quite sure that those don't matter, because the elements created in those cases refer to functions, not...

I guess Emotion is interesting enough to add a example to the repository. The root package.json probably doesn't need to be changed? The example should use shadow-cljs so it can...

And a link could be added the compiler protocol docs to the example folder.

I opened issue upstream at less4j: https://github.com/SomMeri/less4j/issues/364

This is what I have been using: https://github.com/Deraen/dotfiles/blob/d1becc7e0ae2161de1efefaebb6616244efb050e/.vim/after/plugin/fireplace.vim ![Screenshot of use-case](https://www.dropbox.com/s/bmbvc0fr045t1wf/Screenshot%20from%202014-07-20%2012%3A05%3A05.png?dl=1) I found that during presentations I most often just evaluate outermost forms and in that case it's logical to...

Yes this sounds like a good idea. I'm currently working on a major refactoring and after that is completed I'm thinking I'll take a look into this.