Ben Roberts

Results 32 issues of Ben Roberts

Under PHP 8.1 I get the following deprecation notices: ``` PHP Deprecated: Return type of DZunke\FeatureFlagsBundle\Toggle\ConditionBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used...

Is it possible to configure things so that backups go in to sub-directories? My backups are running daily and now I have hundreds of backup files in the root directory...

Thanks for an awesome package. Very very useful and powerful! I know there is the "split" option but this seems to only support splitting backup files in to smaller files...

For some reason when using `all_databases: true` it requests a parameter called `%database_name%`. Under normal Symfony installations this parameter exists, but in my case I have an alternative configuration that...

I just upgraded to the latest Bolt 5 release. All good, tested on my local dev env and then pushed live. Went to log in to the backend on the...

PHP is outputting deprecation notices when run via the CLI. ``` PHP Deprecated: Optional parameter $qb declared before required parameter $utils is implicitly treated as a required parameter in vendor/bolt/core/src/Storage/SelectQuery.php...

I upgrade to 5.1 with `composer update` and then I see the message to run the Doctrine migrations command. When I run this command, it fails. Details ------- | Question...

Add new community plugin, which can import issues from Gitlab into Obsidian. # I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/benr77/obsidian-gitlab-issues ## Release...

Changes requested

I might be going slightly mad, but I cannot find any simple way to disable the persistence functionality completely. I have two applications. App 1 - Uses this bundle to...

When I try and install v1.0.3 it fails and only offers me 1.0.2 `yarn upgrade icheck@^1.0.3` This is still only showing 1.0.2 https://www.npmjs.com/package/icheck Thanks