-
I added `boot.properties` before Clojure 1.7.0 became the default Clojure version in Boot 2.2.0, as a way of enforcing that Clojure 1.7.0 be used when running Alda boot tasks, which used to be how you…
-
``` js
import {merge} from "ramda";
console.log(
merge(
{age: 30, tags: ["a"] },
{tags: ["b"] }
)
); // {age: 30, tags: ["b"]} -- ok
console.log(
merge(
{model: {age: 30, tags: ["a…
-
So many UI libraries out there! As one of the testimonials says,
> I was searching for a slick and simple, but also user-friendly UI library. I tried Polymer, Angular, OpenUI5, jqwidget, - but they d…
dandv updated
9 years ago
-
I like your design, but I do not use angularjs, does this mean that can not be good to show the animation, or other features?
P.S. Do you consider adding emberjs expansion
-
With reference to sample code:
http://jsbin.com/aqaFOCa/1/edit
https://gist.github.com/michaelsbradleyjr/6400707
The template which repeats over `multiples` is nested inside a template which is pre…
-
After all the installation process on a debian 7 64bit I get
``` shell
simo@simo:~/sandBox/light-table-core-2/deploy$ ./ltbin
./ltbin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found…
-
For a framework that enforces a data model composed of immutable data, would it not make sense to enforce immutability for the event payloads?
A common pattern, when updating a store, is to set or de…
-
I think the sections are not in the right order:
1. About
2. Installation
3. Usage
4. Contribute/Build from sources
It could also be nice to create a more detailed documentation about the Javascript …
-
I've finally pushed a 0.5.0-alpha version to clojars, with support for React 0.12.1 and much more.
Read all about it here:
http://reagent-project.github.io/news/news050.html
Take a look, test, and …
-
I think about this thing... Facets described as "views over data". But the same thing may be said about cursors. They are also "views over data". The difference is that one data is "static" and other …