Ian Littman

Results 15 comments of Ian Littman

@harikt The holidays I'm likely to mention in my own feature requests will be US-centric. The nice thing about the library is that you start with no filters, so in...

Confirmed that this fix works for a GKE-powered environment with creds provided at the instance level. Had the same issue mentioned in #68. I'll fork off of this branch and...

Console command seems reasonable to me. At which point you wouldn't need to even turn it off/on via a config preference, since you'd have to explicitly run the command anyway.

Will have a PR for this later this evening. Code's done. Just need to update docs and add a test or two (everything passes post-changes).

Same as what I did in 604: using the header directly (base64-decoding the Authorization header, checking to see whether it's Basic, etc.) rather than relying on the server var that...

I'm seeing a deprecation error due to a missing return type on `jsonSerialize()` in `ScopeTrait`. Based on that trait's contents, we should be able to safely add the return typehint...

That would remove the warning, but we'll still need to change the return type eventually. Guessing we want to wait for another major version to do that since it's not...

Looks like tagging `main` on the `server-side-rendering` dep as `v0.3.3` would likely fix the above, as that would allow compat with `symfony/process` v7, which Laravel 11 requires. I just got...

Yep, things do seem to work for us if you use the newer version of the underlying dep (the one that supports Symfony Process 7.x).