Fabian Terh
Fabian Terh
### Describe the bug I tried this with iTerm2 and Terminal, and it happens on both. I enabled vi-mode plugin which is supposed to show a right prompt mode indicator....
This works: ``` mock .onGet('/mock?address=Singapore') .reply(200, {...}); ``` But this returns `Request failed with status code 404`: ``` mock .onGet('/mock', {params: {address: 'Singapore'}}) .reply(200, {...}); ```
- [ ] Oversized received emails should be bounced/rejected - [ ] Oversized outgoing emails should try to convert attachments (if any) to S3 links - [ ] If that...