Luke Arms
Luke Arms
> By orphans, do you mean formulae installed as dependencies but no longer needed (because all their dependents are no longer installed)? Not quite (although the formulae you describe are...
Just checking in on this. Setting my particular use case aside, is there any consensus that it should be possible to run `brew deps --union --full-name --formula ` to recurse...
No worries, thanks for the response :)
Have just run into this here as well. I've worked around it by: 1. creating a clean copy of the package (I'm using `git clone`, but any method where the...
Adding another example here instead of opening a separate issue, because it seems to be the same thing: Fails with `Negated boolean expression is always true.`: https://phpstan.org/r/028601d1-140f-402c-9b5e-d0507f0f76b0 Passes: https://phpstan.org/r/fd0be8ba-2224-4dce-8673-1427afe7dd30 Here's...
Sounds good. Would you like me to replicate the fix for other repositories? Also, the QA failure looks like the same issue I had getting a test environment working--the version...
Sorry, it's a rather contrived example, but it illustrates the issue: https://phpstan.org/r/a55ed35e-196d-4d6b-9612-d5fa01a014ba Ideally, `Qux` should be able to return `Baz`, but if `TBar` isn't nullable, it can't. In fact, it's...
I'd say this is a must when working with poor-quality APIs one doesn't have much confidence in compliance-wise. Being able to compare case (not to mention the exact whitespace being...
So I haven't had the time or headspace to surface headers via pywebview 😞 and although it's had a few updates in the meantime, this isn't a feature that has...
Hmmm, the lack of WebKit2 support on macOS is the issue that's supposed to be addressed by the fork, so you shouldn't be seeing that error. Would you mind sending...