David Stosik
David Stosik
Yes, I have the problem too. As mentioned, it can be reproduced on editor.swagger.io. Here's a minimal YAML file to reproduce. ```yaml swagger: "2.0" info: description: | This is a...
This `for` loop here breaks on white spaces and ends up calling `zcompile space/.antigenrc` (whereas the complete path was `/antigen space/.antigenrc`). https://github.com/zsh-users/antigen/blob/64de2dcd95d6a8e879cd2244c763d99f0144e78e/bin/antigen.zsh#L1866-L1867 (Update: actually the loop works because `$ANTIGEN_CHECK_FILES` is...
Here's the part to blame (interestingly includes a TODO 😅 ): https://github.com/zsh-users/antigen/blob/64de2dcd95d6a8e879cd2244c763d99f0144e78e/bin/antigen.zsh#L1918-L1921 ```console > trace="/antigen space/.antigenrc:2" > echo ${${trace%:*}##* } space/.antigenrc ``` (Honestly no idea what to do with this....
Yes please! It would also be great if a "last" version on this repository could make it clear that the repository moved, so that when I update it from Home...
`pending` is a reserved keyword in RSpec (it marks the spec as expected to fail, and will fail the whole test suite if that spec passes). I have the feeling...
Hey @jakehow, I haven't given a try to the new `master` yet, on a real project. I'll try to do so later today and report if I find any problem.
@jakehow I just confirmed that the latest `master` rspec_api_documentation still generates our documentation properly. 👌 (Please take a look at [this](https://github.com/zipmark/rspec_api_documentation/issues/483) when you have a moment. 🙏 )
All I can say is that the `master` branch runs correctly on Rails 6.0 and Ruby 2.6, but I would be really worried to start using this gem in a...
Just to make sure people notice, this issue would be fixed by https://github.com/zipmark/rspec_api_documentation/pull/458 🙇♂️
@incubus Note the change in #458 does not, in itself alter the gem's behavior. If you use the default `response_body_formatter`, then you will experience the same problem as before. To...