Jeremy Wadhams

Results 4 issues of Jeremy Wadhams

For strings, returns their length in characters. (Note there can be oddities in a language's string length calculation, like JavaScript's `"🤔 ".length === 2`) For arrays, returns the number of...

### Describe the bug leaveBreadcrumb seems to correctly isolate data between Laravel queued jobs processed with Horizon workers. I love it, but sometimes, especially with query logging turned on, important...

feature request
backlog

**Description** Does it make sense to add `$config` as a third optional parameter to `Utils::all`, so that callers have more control over the underlying EachPromise (like `concurrency`)? **Example** Current code:...

I'm planning on working this until I have a proposed patch, but wanted to give a heads up and see if you had any advice. Here's my reproduction case in...