Brent Abrahams

Results 123 comments of Brent Abrahams

Any way the hack could be easily worked into the package to have sortable lists by default? Will totally accept a PR. :-) Sent from my iPhone > On Oct...

At the moment, I don't think those things are possible out of the box.

Thanks for raising this issue, getting to the bottom of it and providing a solution. I'm pretty ignorant about how all the dependencies work when npm and Meteor packages are...

This was an issue previously (#3), and I thought I'd fixed it, but apparently not. :( indeed.

I had a quick look through the code and couldn't spot how any of the Futures could be resolving twice, but I have to admit - I'm pretty shaky when...

Yeah, that's there so you can put an array in as the value for `serverDn`. For the settings you're generating, that `for` loop is only going to run once, so...

Yep. `client.bind` is async. So is `client.search`. That's why there's a need for Futures.

Okay. I'm glad you persisted with this. I'm also pretty sure that `_bind` is not the problem and that, like you say, there is a possibility that the `_search` Future...

Ah ... then my guess above was wrong, but this is very helpful info! I'll try to release a new version in the next day or two with a fix,...

Cool. Thanks for your help with this. Very much appreciated.