-
I vote for getting rid of the int system.
-
I believe that the current project name is problematic for a number of reasons and we might consider renaming it. Here's the problems:
- Confusion between `nREPL` and `nrepl.el` online.
Nobody actua…
-
Ember is 54 KB min+gzip right now. I don't think that's unacceptably large, and it's certainly no blocker for 1.0.
But last year around this time (d1fd4ec850b0b32f21a51068a56c318478bf6632), it was 34…
-
Having to manually specify each file in a component means you can't use component for just building an app in place other commonjs build tools. If component could take just a glob like:
```
"scripts"…
-
The mappers are messy monoliths. I'd like to support things like pluggable types (so, for example, I can plugin a datetime custom type), however the monolithic "design" makes that impossible.
A more …