Patrick Coffey

Results 10 comments of Patrick Coffey

Interesting, I just ran an npm install with this package.json file and everything seems to be working. The repo could have possibly been down, try running it again and see...

I'm running Node v0.11.5-pre, and npm 1.3.4. I tested down to the latest stable releases (Node v0.10.25 and npm 1.3.26). Perhaps try upgrading node and npm? ``` npm update npm...

@gatomalo See the comment directly above yours. I think there may be bugs with some of the package dependencies that BootstrapBlocks has with node < 0.10.0 and older versions of...

I wrote a blog post about this awhile ago: http://www.patrickcoffey.io/post/structuring-meteor-applications Here's a snippet that is relevant and may answer your question: ### Organizing files by feature I've found that one...

@tappleby good ideas! Excluding certain fields is pretty easy to do. Passing field settings into processors is a bit more complicated. I've thought of a few different ways to do...

@nplowman Thanks for reporting! I'll look into this.

Are there any plans to include a fix for this in an upcoming release? I am running into the same issue.

@stevector There is some overlap between Distill and RESTful, one of the things on my todo list is going through RESTful's data extraction layers and considering the possibility of replacing...

Excellent idea. I'll implement this next week. :)

I'll DM you my email address, I'd love to help in any way I can. Whenever you push the 1-WIP branch I'd love to take a look and start work...