Kevin Bond

Results 135 issues of Kevin Bond

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | n/a | License | MIT

Had a lengthy discussion with @weaverryan about how writable/exposed works with objects/arrays. We came to the conclusion that we should formally define (and implement) how this should work. Here are...

question

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | n/a | License | MIT Possible replacement/alternative to #299....

enhancement

This would remove an array level from the `component` function: ```twig {{ component('my_component', { prop1: 1, prop2: 2 }) }} {# could be shortened to: #} {{ component('my_component', prop1: 1,...

This PR proposes the following changes for `ZipArchiveAdapter`: - When checking existence of root dir, check if file exists - When deleting root dir, delete file

Fixes https://github.com/zenstruck/foundry/issues/222 TODO: - [ ] `test:full` working - [ ] `build:fixcs` working - [ ] `build:sca` working - [ ] Add contributor section to readme

Not sure if we should include here or a separate bundle? Ref: https://twitter.com/zenstruck/status/1471115679986335747 Ref: https://ohdear.app/docs/general/application-health-monitoring Here is how I wired it up in my app: ```php use Laminas\Diagnostics\Check\CheckInterface; use Laminas\Diagnostics\Result\Collection...

`symfony/maker-bundle` [1.46.0](https://github.com/symfony/maker-bundle/releases/tag/v1.46.0) provides a [`make:twig-component`](https://github.com/symfony/maker-bundle/pull/1019) maker that can make both twig and live components.

documentation
good first issue

https://symfony.com/bundles/ux-live-component/current/index.html#using-livecollectiontype Per slack conversation with @1ed. - Show the different ways this can be customized like shown here: https://github.com/symfony/ux/pull/417#issuecomment-1212414167 - Add note about not being able to use `form_theme _self`...

documentation
Status: Reviewed

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets | #47646...

Feature
HttpFoundation
Status: Needs Work
Deprecation