Kevin Bond

Results 135 issues of Kevin Bond

Followup to quick fix in #631 that demonstrates an edge case it didn't fix.

bug

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | Fix (partial) #1839 | License | MIT If you...

Status: Needs Review
Feature
TwigComponent

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix (partial) #1839 | License | MIT Allow attributes...

Bug
Status: Needs Review
TwigComponent

This is a proposed extension point to help solve https://github.com/doctrine/DoctrineBundle/issues/109. I'm thinking a `HydratorInterface` that `AbstractHydrator` implements should be added but wanted to get some feedback/input before going further. The...

| Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...

Feature
DX
Status: Needs Review
RateLimiter

| Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | n/a...

Feature
HttpFoundation
Status: Needs Review

### Description Under `framework.rate_limiter.limiters`, add the ability to configure a `CompoundLimiter`. ### Example ```yaml framework: rate_limiter: two_per_minute: policy: 'fixed_window' limit: 2 interval: '1 minute' five_per_hour: policy: 'fixed_window' limit: 5 interval:...

Feature
FrameworkBundle
Good first issue
RateLimiter

Ref: #137 - [x] disable output walkers

When a message triggers a message, that triggers a message, cont... It would be nice to track the history of these messages. Idea from @kriswallsmith's SymfonyDay Chicago talk!

enhancement