-
We mostly pass the `@doctrine.dbal.default_connection` as argument to our symfony services. A service may look like this:
```yaml
services:
Rewotec\PersonnelManagement\Infrastructure\Projecti…
-
Having this in the projects composer.json
```
"require": {
"php": "^7.4",
"phunkie/phunkie": "^0.11.1"
},
"require-dev": {
"kahlan/kahlan": "^4.7.2"
}
```
and running `…
-
When running the test suite of [event-store-client](https://github.com/prooph/event-store-client/)
I'm always getting this segfault, but not always on the same test case and if the test case is tes…
-
This error should not happend
```
projection 139875962182376 used 54.199523925781 seconds, avg 46.12586640841 events/second
Class 'Prooph\EventStore\Pdo\Exception\RuntimeException' not found
#0 …
-
To reproduce:
`composer require prooph/event-store-client dev-master`
Then execute this script:
```
-
I used Core Domain Charts in some discussions with executives lately. (https://twitter.com/prooph_software/status/1291738210259939329)
Since I really like the Wardley Mapping approach of using user…
-
See https://github.com/prooph/pdo-event-store/issues/125 and PR https://github.com/prooph/pdo-event-store/pull/126
-
We have to use the `no` for the `key()` like in https://github.com/prooph/pdo-event-store/issues/114 described.
-
We're using prooph in a fairly small project (for now), but we see a big load on our MySQL processes due to the projections polling the server each 0.1 second.
The versions of the packages are:
``…
-
Having some unit tests here could be great. WDYT?
Related to #393 (which would have been detected by a test)