buffcode

Results 20 issues of buffcode

**What kind of update does this PR provide?** *Please check* - [ ] new translations / updated translations / translation fixes - [ ] a new feature - [x] a...

enhancement
dependencies
i18n

- Extend the functionality by adding a `format` property which will be called instead of using `rounding`/`delimiter`. - No breaking changes. Example use cases: - format the value to be...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.5.3 #### Summary Having an inheritance and defining indices on a subclass...

Bug

| Q | A |------------- | ----------- | Type | bug | BC Break | no | Fixed issues | https://github.com/doctrine/mongodb-odm/issues/2561 #### Summary When using single collection inheritance, all sub...

Update app init script to be compatible with newer Symfony version. - Filename before `composer install` is `parameters.yml.dist` instead of `parameters.yml` - Variable naming changed from underscore to dot notation...

Replace the throttle logic with a configurable debounce logic. Fixes issue #9.

When scrolling fast all events are throttled and the last event is never executed. As the result no images are being loaded.

- Changed indentation to 4 spaces - Fixed missing semicolons - Fixed common javascript errors as per JSLint / JSHint (function declaration in loops, combined multiple vars, ...) - Introduced...

Removes unsupported `doctrine/mongodb-odm-bundle:^3.0` dependency. Why? - this bundle relies on `doesntmattr/mongodb-migrations:^3.0` ([link](https://github.com/doesntmattr/mongodb-migrations-bundle/blob/v3.0.1/composer.json#L16)) - `doesntmattr/mongodb-migrations:^3.0` makes use of `DocumentManager::getClient` ([link](https://github.com/doesntmattr/mongodb-migrations/blob/3.0.0/src/AntiMattr/MongoDB/Migrations/Tools/Console/Command/AbstractCommand.php#L94)) - `DocumentManager::getClient` [was added in `doctrine/mongodb-odm` 2.x](https://github.com/doctrine/mongodb-odm/commit/7158b08278ab753652f2fec2eacf9d7f236fcffa#diff-c5b64e39a058b30afece06cc7cd217b7R222). - latest `doctrine/mongodb-odm-bundle` ([v3.6.2](https://packagist.org/packages/doctrine/mongodb-odm-bundle#3.6.2))...

## Is your feature request related to a problem? Please describe. As part of the Cyber Resilience Act we are required to add SBOM to all of your projects. Me...

enhancement
help wanted