Loren ☺️
Loren ☺️
Nevermind illusion, sorry – the problem is that the feature you wrote hasn't been pushed to atmosphere yet. @lourd using `meteor-bower` master should fix the inclusion problem. Sorry I can't...
You could try adding `https://github.com/reactjs/react-meteor` and using `meteor-bower` just for `react-router`?
Oh! You're right, I'm sorry, I must have been logged into a different meteor account when I tried last. Thank you. I just published `v1.3.12_3` On Thu, Mar 19, 2015...
Thanks for taking the time and figuring that out!
Yep, you can override the package's main – see https://github.com/mquandalle/meteor-bower/pull/54
bug confirmed, PR welcome
Nope, made it up! Oh, didn't remember that Terminal default – I usually have a cd at the end of my .bash_profile 😊 On Sun, Jul 17, 2016 at 12:25...
From what I understand, Mongo "text" indexes are for searching: http://docs.mongodb.org/manual/core/index-text/ `findOne({ 'key' : key })` is a regular query, not a search query, so it would benefit from a...
@jexp I believe the problem is that the sorting algorithm treats nulls as higher than numbers. There are numbers for some users currently, they're just far down the list, and...
Related: here's a guide for how to tune workers based on metrics. https://docs.temporal.io/application-development/worker-performance