Colin Mollenhour
Colin Mollenhour
Thanks for your work on this library, Christian! What are your thoughts on replacing all private method declarations with protected? We're having a strange issue where some XML responses from...
This isn't tested yet but would like to get your feedback. Thanks!
I was getting errors like: ``` 1 lines had errors while 223 lines were correct (0.45%) in data from 'fetch mysql' on .... ``` And ``` Service mysql_replication on ......
**User story.** As a user, I would like Spectral to warn me when I forget to specify a `schema` or `content` in a path parameter. **Is your feature request related...
### Description (*) Prevent null bytes injected into user-provided data from being included in saved data and query filters. ### Fixed Issues (if relevant) Related to #1087590 ### Questions or...
…auses using joined tables and all joins are left joins. This has been used for a few years now, first mentioned to OpenMage at https://github.com/OpenMage/magento-lts/issues/1335#issuecomment-742903406. Joins are absolute performance killers...
If using subdirectories to organize a large number of components and some of these components share the same file basename (but exist in different subdirectories) you get warnings like this:...
**Describe the bug** When running a web server via WSL only `localhost` works, `127.0.0.1` does not reach the ports opened by WSL apps. The link generated by `preview-docs` uses `http://127.0.0.1:8080`...
Using "$ref" in the "paths" object path items is specified in the [official OpenAPI 3.0 spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#path-item-object) but Stoplight does not seem to recognize it. This is very useful for breaking...
These tabs return 500 response. I think it is because I deleted the original Admin user. ``` Started GET "/profiles?action=index&controller=profiles&tab=others" for 127.0.0.1 at 2016-05-19 16:28:03 -0400 Processing by ProfilesController#index as...