Brent Abrahams

Results 123 comments of Brent Abrahams

I've pushed that modified patch to production and so far, so good. I'll let you know if we run into any problems.

Okay. Better not put that patch into production. It seems to be giving some false positives for the old version of `alanning:roles`, which was a popular package and may still...

I don't think it was anything to do with the patch, in the end. But this is really weird. On the Mongo console: ``` meteor:PRIMARY> db.users.findOne({_id:"ZqRoBNapiGcQTtTBT", nonExistentField: "nonExistentValue"}) null ```...

If you can post a sample on meteorpad, I'll take a look and see if I can find what's wrong. Essentially though, you need to initialize the widget with `autoInsert=true`...

I can't get Meteorpad to show anything, but I can see what's happening with the code. There is nothing in your context for the the newly inserted document (`context: {}`),...

That's kind of what the `autoInsert=true` thing is for ... when you've got something in a list where documents are only really differentiated by one field and just want a...

Change the hotkey via the "Config ..." tab.

I can't see what the problem is either. Try this: 1) `meteor remove babrahams:constellation` 2) `meteor add constellation:console` 3) `meteor add constellation:subscriptions` Does it work again after 1) ? Does...

Must be one of these causing the problem: ``` babrahams:temple added, version 0.3.3 constellation:autopublish added, version 0.3.4 constellation:plugins added, version 0.1.1 constellation:position added, version 0.3.2 constellation:session added, version 0.3.2 constellation:tiny...

That's on the to-do list, but not implemented yet. It's seriously needed though, I know.