creynders

Results 16 issues of creynders

Maybe I'm missing something fundamental here, but it seems the API is very limited with regards to tree manipulation (or the documentation is lacking). E.g. I'd want to replace the...

I encountered a situation in which I needed to call Backbone.sync directly, w/o a model, which works perfectly except it will throw when trying to trigger a 'request' event on...

change

Maybe I just overlooked it in the documentation, but it's not entirely clear how I could pass flags to rsync when transferring files. E.g. I'd like to copy over symlink...

enhancement

The documentation on verbiage.io (generated from this repo, right?) has a number of broken links: > Read the documentation to learn more about Verb! Links to a 404'd http://verbiage.io/DOCS.md The...

bug

I encountered a situation in which I needed to be able to add a listener to a signal after it having been dispatched already. In other words, let the listening...

It would be really useful to be able to select multiple/all collections in a DB and export those. Exporting/importing is quite cumbersome ATM.

Is it possible? It would be _really_ handy when testing grunt tasks.

Allows for publishing on bower. If you accept the PR you need to do ``` shell # tag the release git tag -a v0.9.1 -m 'Release v0.9.1` && git push...

Noob-friendly.

It would be neat if we could declare the export mappings outside the `require` calls, e.g. ``` js //file: /public/scripts/app.js var domready = require('domready') // regular npm module , badmodule...