Jory Geerts
Jory Geerts
Right now, the full repository path to each component is visible in the generated Swagger JSON. For instance: ```json { "components": { "schemas": { "gitlab.mycompany.local.mygroup.myproject.internal.web.SomeInput": { "type": "object" } }...
Is there an easy way to work with fields that have optional subfields? Specifically, Mastercard uses field 48 (DE48 as they call it) for up to 99 subfields, where they...
The section "Sanitization" talks about what needs to be done to safely display user submitted content, which doesn't actually have anything to do with "Input Validation", despite being a part...
This package, which is confusingly named `rabbit`, only supports the Redis driver. It would be much more useful if other drivers were also supported (like, for instance RabbitMQ).
This code can only generate PHP serialized strings of classes that are in the root namespace. Most PHP classes aren't in the root namespace though, so it would be useful...