-
#### What are you trying to achieve?
I just run codeception
#### What do you get instead?
strange exception
> Provide console output if related. Use `-vvv` mode for more details.
```bash
In Er…
-
node.js でhello worldを返す
-
This library relies on doctrine/common repository.
Even tough this library is deprecated, would it still be possible to drop the doctrine/common dependency in favor of the replacement repositories …
-
Hiya!
I am actually using `slack-ruby-bot-server` in another slack-bot rails app. [This is the repo](https://github.com/dwyn/cmm-cipherbot). When running `rails s`, I receive the following error:
…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
sonata-project/admin-bundle 3.96.0 3.96.0 The missing …
-
Hello,
I want to use transaction based on Umongo document instance,
could we use a custom session in the commit method?
The following is the way that I use on the motor without Umongo:
```
as…
-
Steps:
1. Implement a custom manager (mongo document manager in my case but it doesn't matter).
2. Define it in the services
```
mongo.persister:
class: App\Doctrine\MongoPersister
…
-
The directory DoctrineMongoODMModule/view/laminas-deveoper-tools/toolbar/ has a typo.
laminas-deveoper-tools has a missing 'l'
should be:
laminas-developer-tools
-
The latest 2.9.0 introduced a dependency on composer-runtime-api:2.0.
Shouldn't this be considered a breaking change? Composer 2 is still in the alpha phase.
I currently use `doctrine/mongodb-od…
-
We have a document `Product` with an embedded document `Rating`:
```php
/**
* @var collection Embedded Ratings
*
* @ODM\EmbedMany(targetDocument=Rating::class)
* @Group…