Simon Ho
Simon Ho
@raymondfeng Can you help with this contribution? I'm not sure of the implications or BC issues and you have more expertise here.
Would one of you guys like to submit a PR to fix or provide a sample project for us to clone/reproduce on our end?
The other PR is out of date, I submitted a new one at https://github.com/sampson-chen/sack/pull/33 with the fix that is working for me ATM.
@sampson-chen ^
@pulkitsinghal I'm not sure about the ramification to supplying a function, you can give it a shot and let us know of any issues you run into. The only negative...
1+2) I think you should inject it via env vars or the way we do with rc at https://github.com/strongloop/loopback-connector-mysql/blob/master/test/init.js#L14-L24 -- this keeps things at the connector level (ie. it doesn't...
Waiting on strongloop/loopback#2368 to close this.
Do you have any suggestions? :ear:
Haha, actually `user` was the official name before and we added `Customer`/`Client` because we had to keep explaining it before, but never got around to updating the examples to match....
No, it has to be lowercase or it will conflict with the builtin `User` model. That or you can name it something other than "User".