Carsten Kraus
Carsten Kraus
In some scenarios, classnames like `.grid` could already be taken in a given page. If these are not under your control, a namespacing feature would be helpful. This pull request...
Was using Blacksmith today for the first time. Nice lib, thanks! I'm trying to use an Ecto `embedded_schema` in `Forge.register`, which leads to warnings about embedded data having to be...
Generating a project with the generator and subsequently running `grunt server` will open the app without the deps.js file existing yet. Since the tasks is rather fast, IMHO `deps` should...
In order to, for example, pass the current model state to a template, it would be nice to have a nicely formatted represenation of all attrs available. `.toJson()` currently only...