Shawn Pyle

Results 6 issues of Shawn Pyle

**Describe the bug** Headers set in collection do not override default, automatically generated header values for requests. **To Reproduce** 1. Create a collection with a header `Accept` with value `application/json`....

bug
Priority

**Is your feature request related to a problem? Please describe.** Not a problem, but would love the ability to reorder tests like [environment variables do](https://github.com/rangav/thunder-client-support/issues/414). **Describe the solution you'd like**...

feature request
Priority

See [Wrapper#cat option documentation here](https://github.com/tcocca/active_pdftk/blob/master/lib/active_pdftk/wrapper.rb#L59). However, I'm seeing it pass object handle directly to the binary and only seems to handle file paths. Am I missing something? ``` bash 43]...

**Please describe feature/problem details and the solution you'd like.** Auth settings on a request within a collection can `Disable inherit`. I would love to see the same functionality for headers...

feature request

I get the following error when trying to update my status, either within a project or from the Update status link at the very top. NoMethodError in StatusesController#create undefined method...

It would be great to have a framework that we could test created functions against expected results. For example, testing ```sql SELECT getdate(); ``` would ensure that the added function...