Kevin Bond

Results 134 issues of Kevin Bond
trafficstars

Per @OskarStark. Might be nice to provide a way to [disable](https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/reference/filters.html#disabling-enabling-filters-and-setting-parameters) ORM(/ODM?) filters. Related to #216.

https://github.com/zenstruck/foundry/blob/210faff9429ae8777001b9c89178d4a7c87c3026/src/ModelFactoryManager.php#L33 This should instead explain that the Factory `$class` isn't registered as a service. Even better, detect if using in unit test, and explain that factories with deps cannot be...

This function can be used for any html attribute (ie `data-action`, `data-controller`).

A small formatting change to avoid double spaces: ```twig class="{{ html_classes('a', false ? 'b', true ? 'c') }}" {# before #} class="a c" {# after #} class="a c" ```

With the popularity of [Twig Component HTML Syntax](https://symfony.com/bundles/ux-twig-component/current/index.html#component-html-syntax) I wanted to discuss the possibility of adding an official html lexer in Twig core. What we're doing in twig components is...

```php $this->browser() ->visit('/some-page') ->click('some link', 'DELETE') // add method option ; ```

enhancement

Related: https://github.com/symfony/panther/issues/591 Blocked by: #9

enhancement

Looking for feedback on the next iteration of this bundle. See [README](https://github.com/kbond/LiipMonitorBundle/blob/next-3.x/README.md) for docs, specifically the [upgrade notes](https://github.com/kbond/LiipMonitorBundle/blob/next-3.x/README.md#upgrading-from-2x-to-3x). TODO - [x] remove need for `Check::label()` (use class short name by...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes | Issues | n/a | License | MIT Configure multiple paths: ```yaml...

Status: Needs Review

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT 1. Removed `Serializable` from...

Status: Reviewed