Christopher Dieringer

Results 128 comments of Christopher Dieringer

hey @remko, I don't think the team has this on the roadmap, but would certainly welcome a community module. It could be as simple as: ``` // ampersand-mega/all/spine/agg.js module.exports =...

@remko, ya, i'm opening up to the idea. needing to [review other teams' monorepo formal approaches](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) some.

yep, now i'm just outright in full support. keep bundle sizes lower, improve cross-dep deployments. i was short-sighted before, apologies. the recent npm unpublish fiasco, &-state upgrade version debacle, and...

it may be easy-ish to do using [ampersand-family-meeting](https://github.com/cdaringe/ampersand-family-meeting/) . could be a good first run with it. need to finish the PR logic, which won't be hard. doesn't cover the...

@dschissler, full time job, school, and life! you're welcome to start staging these PRs on your own if you want. we'd happily accept them :). the upgrade is not so...

hey @pgilad! how's it goin man? j dalton explained in a presentation that the `lodash.xzy` **inlines the module _with_ all of its dependencies**. so, if `.get` and `.set` both have...

> @cdaringe Once everything is upgraded when using NPM 3 it would be the same since it installs flat dependencies. Just sayin'. hey @dschissler, the dot strategy _inlines the dependencies_,...

what is offline mode? is that an application defined thing or is it analogous to when the phone enters "airplane mode." if the latter, i wouldn't be surprised if the...

i've never tried to hit an endpoint where information served on the loopback is not explicitly served over http. it's not really a problem with &-model--&-model with REST mixin will...

Am I correct in stating that a simplified version of your problem statement is "I didn't know about collections. per reading the docs, I feel like I should have sooner"?