Joe Afflerbach

Results 6 comments of Joe Afflerbach

At least for nginx, you can explicitly allow underscores by setting [`underscores_in_headers on`](http://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers).

This PR is about _trailing_ slashes. With the current `master` it is currently not possible to validate _any_ path if the base path is set to `/`. For example `/my/path`...

_If last character is '/', trim it off_ https://github.com/swagger-api/swagger-js/blob/a635e37c3d9b3c85fbbe28f9c4051d5d4c1ea65c/src/execute/index.js#L367

Wow! How is this still not merged? :confused:

@kassner's great workaround from above in a single line (Perl, though :wink:): ``` $ perl -i -pe 's#:(\d+):"(\x0?)PHPUnit\\(SebastianBergmann\\)#":".($1-8).":\"$2$3"#ge;' foo.cov ``` - PHPUnit 10.2.3 - PHP 8.2.7 with PCOV 1.0.11 -...

Why is this closed? I'm missing `--color=always` (or `true` or whatever) to force a colored table in a Docker CI environment. Reproducible for example via: ``` $ docker run -v...