Peter Bray

Results 7 issues of Peter Bray

Right now, this component correctly re-ellipses when the browser is resized, using `window.addEventListener("resize", () => { ` under the hood. However, when the surrounding table/etc is resized for *some other...

This seems wrong? ``` prettydiff.options = { ...prettydiff.options, source: compare1, diff: compare2, mode: "diff", diff_view: "inline", diff_format: "json", //diff_space_ignore: true, preserve_comment: false, preserve_text: true, }; ``` The output has all...

Defect

For example: `GET /api/user/:id` returns data about the user, and `LIST /api/user/:id/tweets` returns that user's tweets.

Similar to how it works in Github: users should be able to create organizations, and invite/add/remove/role other users/email addresses to that organization. This is a pretty common use-case for B2B...

Why not add a subscription system: with monthly and annual plans, free trials, coupons, etc. And some payment processor handling (Stripe & PayPal maybe?)

Uncommenting the functions does not override the restify.model controllers in https://github.com/pilwon/ultimate-seed/blob/master/server/controllers/api/features.js as the comment suggests. Does another route needed to be appended to `routes.js` for that to work? If you...