Aleksei Bespalov

Results 6 issues of Aleksei Bespalov

Hi! How can I read executed command output and pipe it into ctrlp? Something like ```sh :!vim /pattern/ **/*.rb | ctrlp ```

Currently using the `httplog` with `ethon`-based http lib we're getting a log with the missing URL in it. ``` [httplog] Sending: GET [httplog] Header: accept: */* [httplog] Header: foo: bar...

- Updated all packages to the last version - Fixed usage of unavailable colours and properties from `ayu` package - Fixed `yaml` syntax highlighting

## What is the purpose of this pull request? Fix the incorrect hostname handling for the ethon-based libs. For instance, calling `GET https://demo.url/test` Before: `{ host: "https", method: "GET" }`...

### Description of changes I've added payload to the `Processing` event so we can get the incoming body and params at this point. By submitting this pull request, I confirm...

I've discovered an issue with mock: It doesn't work if there is more than 1 nesting level of arrays of hashes in the request query string. I discovered the issue...