Tim Düsterhus

Results 223 comments of Tim Düsterhus
trafficstars

The header will automatically be consumed by the Xsrf middleware that was added in #5059.

> when intl is available. Intl is always available now and it likely makes sense to use Collator even for case-sensitive comparisons to correctly handle accented characters.

Resolved with #5118

@beberlei Friendly ping :smiley: Any chance you could have a look at my two trivial PRs (https://github.com/beberlei/assert/pulls/TimWolla), allowing me to slim down my list of open PRs a little?

It might be necessary to move this to 6.0. I could imagine quite a few plugins putting an EventListener onto LogoutAction.

> I do know about customers that actually use event listeners for the purpose of a single log-out. Somewhat related: #4000

Related: https://news.ycombinator.com/item?id=35862837

> Interesting, so for my example above, the new syntax would look like? Yes, this is my understanding. It would now also allow `0~29/5 * * * *` (every 5...

> The problem with "jitter" in this library is that because it has no state, there's no guarantee that a cron will validate, nor to stop it from running multiple...

> New methods: > * [ ] Random\Randomizer::getBytesFromString() > * [ ] Random\Randomizer::nextFloat() > * [ ] Random\Randomizer::getFloat() These already have stubs and I've started writing the first bits and...