JD Wong

Results 7 issues of JD Wong

This bug is still active, see: https://jsfiddle.net/jdmswong/ys43uhx7/4/ ``` Flex container Non-flex container ``` ``` .container { display: flex; } .list { display: flex; flex-direction: column; height: 20px; background-color: grey; }...

Discussed changes to templates during InterMOD meeting - Ability to share templates between users. - Allow other users to edit existing templates - Allow groups of users ( eg. curators...

wishlist
suggestion

I'm looking to track anonymous users along with various other information associated with them ( their geolocated city for instance ), then publish it to the client. Can you remove...

question

How do I add adminId as a Houston admin? I have tried 3 options in Meteor.startup(), which have all thrown errors: Option 1: ``` Meteor.collection("houston_admins").insert({"user_id": adminId}); ``` Throws: ``` W20150818-13:40:06.974(-7)?...

Since Meteor.users is not added by default I have included `Houston.add_collection(Meteor.users);` within `Meteor.startup(function(){` Within Houston, clicking the users collection redirects me to `http://localhost:3000/admin#/login` Curiously, if I hard call `http://localhost:3000/admin/users` it...

Setting a regular expression path throws this error in console: ``` Exception from Tracker recompute function: debug.js:41 Error: Cannot currently resolve a regular expression path at Url.resolve (url.js:317) at Handler.resolve...

Same problem as: https://github.com/RubaXa/Sortable/issues/768 My manifestation of the problem: caused by dragging and reordering an image My code: **in template** ``` {{#sortable items=images}} {{/sortable}} ``` **in helper** ``` return GalleryPhotos.find(...