Harrison Harnisch

Results 59 comments of Harrison Harnisch
trafficstars

Hey @fardeemmunir I've got a working example using the WebSocket polyfill which has parity with this project. https://github.com/hharnisc/react-native-meteor-websocket-polyfill

It just hasn't been implemented yet. I think custom fields are an important feature. The problem with the other implementation is that the templates containing the extra fields are not...

I like the configuration method because its explicit and simple :+1:

Currently session management is not implemented. Definitely needed though! If you store a session token you can call the `login` method with parameters `{'resume': yourToken}`

Security checks is a definite yes! Impersonation seems like a very useful feature. I can think back to so many times that this would have been a useful feature. I've...

I'd still consider this project active, though I haven't had much time to fix things recently since I've been focused on building Respondly. If I get to the point where...

I finally got some time to test the features you've proposed in the request. Everything seems to be working for me -- I'm going to make a few tweaks to...

How has this been working out for you in your project? I pull this locally and played around with it and it all looks pretty great. Do you mind if...

This is something I'd like to support - [pagination](https://github.com/hharnisc/meteor-accounts-admin-ui-bootstrap-3/blob/master/README.md#todo) is something that's been on the TODO list.

If you need something quick, you always edit the package locally and change this line to something greater than the number of users: https://github.com/hharnisc/meteor-accounts-admin-ui-bootstrap-3/blob/fe74692303daf73d440f2729010bcf1557af62ca/libs/user_query.js#L7 Otherwise forking is going to be...