osher

Results 59 issues of osher

Hi, I think this page is a great initiative, however, despite me using it for years - it appears that I have missed important parts of it's message, and many...

yada yada applitools etc. I also think the cut of this package is not well defined. It's enough to pass a path to the dir or a path to the...

There is no such thing as JSON object 😮 JSON is a serialization/deserialization protocol, so JSON is always a string or buffer. Besides - your own example shows it can...

**Describe the bug** Lens on Windows fails to run aws commands. **To Reproduce** Steps to reproduce the behavior: 1. Use windows 10. 2. Install latest msi 3. Add a valid...

bug

The error: ``` > istanbul report --root ./coverage --dir ./coverage/combined --format html C:\ws\open-source\oas-mocker\node_modules\istanbul\lib\object-utils.js:247 for (i = 0; i < retArray.length; i += 1) { ^ TypeError: Cannot read property 'length'...

the current way forces us to "rename" a pipe in order to pass fittings-config to it. e.g. ``` bagpipes: my-customized-fitting: name: my-fitting custom: setting1 tuned: value my-pipe: - my-customized-fitting ```...

## User Story **As** a user who wants to manage flow with bagpipes **I want** to be able to put pipe definition on top of the file and fitting config...

Hi. This PR is not ready - I need to **_discuss**_ with you few points first. I created this branch to create a PR from it, I cloned it and...

Currently, the fittings are produced by a synchronous factory. The factory is provided with `fcty(fittingDef, bagpipes)`. I would like to be able to introduce fittings that employ asynchronous initiation, and...

https://github.com/apigee-127/bagpipes/blob/master/lib/bagpipes.js#L219 perhaps you mean ` debugContent('output (context[%s]): %j', target, context[target]);` ?