Alexey Ovchinnikov
Alexey Ovchinnikov
Hi, Is where an analogue of `has_closure_tree_root` for asscoiations to leaf nodes of tree? I have following structures and want to organize their with `closure_tree`: 1. Localities (like: country, region,...
Hi! I adopting rivets to use it with Backbone and Marionette. And I want to provide a way to make bindings from code in class declarations like this: ``` javascript...
It would be nice to allow framed client to reconnect if other side closed connection because of client inactivity for example. In my personal case thrift library used as a...
Hi! I want to do some name processing and as it described in [docs](https://github.com/selaux/node-sprite-generator#optionsstylesheetoptions), `nameMapping` options is used to do this. But in your [code](https://github.com/bguiz/broccoli-sprite/blob/develop/index.js#L48) `JSON.stringify` breaks this option out...