Robert Main
Robert Main
I'm finding that the `before_create` observer isn't firing to hash the password on user create. I fire the users into the database like so: ``` php $this->user_model->insert(array( 'forename' => 'Jim',...
I'm gonna sort of weigh in here(I hope this is the right place for it) and say that I tried to do `nvm install 8` which got me: goroutine 1...
Sounds cool. Is there a branch somewhere for this or something? I might look intro contributing... _"be the change you want to see"_ and all that...
Bump. @jantimon
1. `npm install google-home-notifier` 1. Install the bonjour SDK (https://developer.apple.com/download/more/?=Bonjour%20SDK%20for%20Windows) 1. That should be it
@bluelovers you literally can't do that because the conflict markers (`
That's not merging the pull request, that's merging the branch. And you need to remove the conflict makers. It's also a really bad idea in situation. GitHub tries to prevent...
@joshmarinacci there seem to be a few issues related to test rendering, typography, font usage etc. Maybe we should have a label for this? If you're okay with it -...
Adding my two cents to this. My mock looks like this: ```typescript repository.setup((mockRepo): Promise => mockRepo .save(It.isValue(createdEntity))) .returns((): Promise => Promise.resolve(createdEntity)) .verifiable(); ``` The verification fails and gives me the...
Oh I see...that's interesting - so I could have a base one without my address and then just provide the private details as and when in a separate one?