Renan de Lima
Renan de Lima
These two tests fail because they test exactly the opposite of the intention of this PR: - DeviceDetector\Tests\DeviceDetectorTest::testGetOs - DeviceDetector\Tests\DeviceDetectorTest::testGetClient I can adapt it if the idea of the PR...
Hello you all, I'm not sure requesting a database or throwing an exception in the destructor is a good thing. IMO people should rely on framework triggers to handle it....
It's only a proposal for now. If this is accepted, we may want to add some functional tests and update `CHANGELOG.md`
I don't think mirror git/hg/svn repository is a good idea, because composer is the front-end for those wants to use some package. It may bring unecessary complexity to Satis. Just...
@KingCrunch and @smurfy, it makes sense, and https://github.com/khepin/medusa is great. How about the usage? Have you thought something that fits in current satis.json style?
I've made an initial work at the [split branch](https://github.com/renanbr/mongo-php-transistor/tree/split) to try the concept out. Important notes: - `atomic update` isn't yet implemented, I'm waiting for [PHPC-550](https://jira.mongodb.org/browse/PHPC-550) consequences - [Test fail](https://travis-ci.org/renanbr/mongo-php-transistor/builds/123500805)...
Hello, just giving you an update on this. We solved the issue on our side by proxying `DeviceDetector` Implementation details: https://github.com/acsiomatic/device-detector-bundle/pull/18
> Does anyone know a workaround for the issue? We override the EngineManager with a housemade class overriding the `createAlgoliaDriver()` method. This approach made us able to fix `scout.algolia.*_timeout` configuration...
As alternative, I put filter in getter and setter methods: ```php public function setFields(array $values): void { $this->fields = array_filter($values) ?: [null]; } public function getFields(): array { return array_filter($this->fields);...
Same issue here. We tried creating the same PayIn on the sandbox. I have no idea if in production this is working. ps: We don't have this feature implemented in...