-
The definition for "doctrine_mongodb" has no class. If you intended to inject this service dynamically at runtime , please mark it as synthetic=true.
-
Since `fo.Sample` currently can't be pickled (throws a recursion limit error), I tried to export my dataset in chunks (merge later if needed). However, I came across the following error.
```
Traceba…
-
My environment:
- PhpStorm 2021.1.4 with Symfony Support Plugin 0.23.210
- Symfony 4.4.16
- doctrine/mongodb-odm 2.0.6
- doctrine/mongodb-odm-bundle 4.3.0
-
My environment:
- composer 1.10.16
- Symfony 4.4.16
- doctrine/mongodb-odm-bundle 4.3.0
My commands:
`composer config extra.symfony.allow-contrib true`
`composer require doctrine/mongodb-odm-…
-
I bootstrap my nest api server which launches fine
if I do not import my model module launches fine
if I import my model module, I receive the following console error
```
> nx run api-typeg…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.2.1
#### Summary
Currently, `ClassMetadata::getAssociationTargetClass` has `?string` as r…
-
Hello 👋🏻 everyone!
I've been reviewing the `CNAME` list at this URL:
https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt
When I pro…
-
## Problem
One of the biggest strength of Prisma is "Auto-generated and type-safe query builder for Node.js & TypeScript" which is really true `type-safe`. The problem was the json data type data typ…
-
#### Packages
```javascript
"require": {
"php": "^7.4",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"friendsofsymfony/user-bundle": "dev-m…
-
I using
"doctrine/mongodb-odm-bundle": "^4.2",
"symfony/proxy-manager-bridge": "5.1.*",
and when I try reset manager I faced with error about lazy property
this my conf
doctrine…