Andrew Plank
Andrew Plank
### Summary of a problem or a feature request It appears that PHPStan doesn't analyse correctly the inheritance in Symfony controllers' `getSubscribedServices` method in subclasses of the abstract controller. ###...
**Description** I have an API that returns a model that in turn contains another model, but from an external package, and one of the properties on that model is of...
I'm really enjoying the concept of discriminated unions, but I'm thinking perhaps my understanding of OneOf's implementation is somewhat lacking. In my codebase, I have implemented OneOf in several packages...
It appears that the URL generated for each artifact is incorrect. The current format is `https://s3.amazonaws.com/%s` (as can be seen [here](https://github.com/travis-ci/artifacts/blob/41cb5646dcb85578469a5029968358b4ac46e083/upload/s3_provider.go#L116) where the supplied parameter is the bucket name) which,...
Performing a simple SQL query incorrectly returns all documents. Steps to reproduce the behavior: 1. Run the command `docker run --detach --publish 8081:8081 --publish 1234:1234 --name LocalCosmos mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview` 2. Visit...