Haz

Results 315 comments of Haz

I don't know if I got it. Can you list some requests, the expected and the actual behavior? Something like this: - **Request**: `GET /users/123` authenticated as user `456` -...

`authorOrAdmin` needs two things: - the current user who made the request; - the fetched resource to compare the user with the author field. The current user is passed by...

Hi @antojsh! You should use `x-www-form-urlencoded`.

The code seems right. That's probably something with your request. Also, there's no error `407` as far as I know. Could you explain exactly how you're doing the requests (or...

This is a requirement since the beginning (as you can see [here](https://github.com/diegohaz/generator-rest#todo)), and I have some idea on how to do that, but I would like to see more use...

Switching to mailgun (or adding an option to use it on the generator) should not be a problem, as this is encapsulated on a [service](https://github.com/diegohaz/generator-rest/tree/master/generators/app/templates/services/sendgrid). I will really appreciate some...

@cameronroe It's not released yet, but currently `generator-arc` has the following commands: ![image](https://cloud.githubusercontent.com/assets/3068563/20638058/41984f4a-b382-11e6-9125-66bbdf0799ab.png) ![image](https://cloud.githubusercontent.com/assets/3068563/20638061/585599ae-b382-11e6-94a7-fedf48f32e75.png) ![image](https://cloud.githubusercontent.com/assets/3068563/20638070/836e7df4-b382-11e6-9dd5-f78c3e8487a0.png) ![image](https://cloud.githubusercontent.com/assets/3068563/20638076/a186c24c-b382-11e6-914d-b04d97c3207a.png) ![image](https://cloud.githubusercontent.com/assets/3068563/20638087/e3ca44bc-b382-11e6-981b-335a34f45035.png) It will be fire tested later today on a hackathon with dozen of...

I didn't get it. Can you post some code of what is currently happening and what you would like to happen?

@maustand It's not automatic. You should make the changes in your fork. The package.json problem is really annoying. I'll try to think in another solution. In the meanwhile, we'll still...

@maustand, I fixed tests on the branch https://github.com/diegohaz/rest/tree/maustand-master (tried to push to your repo, but I guess you've created the PR without allowing changes, so I don't have access. In...