Tobias Minich
Tobias Minich
Hope it's fine if I add this here, but all completion for ssh hosts should (imo) include host definitions from the configuration (`.ssh/config`) excluding ones containing wildcards. Example with ripgrep:...
Isn't that exactly what `Effect.catchAll` does?
Originally I was only going only for a marking based on method name, but it seems like it's actually not that difficult, the middleware appears in the JSON output: ```json...
Assuming that `can` and `auth` resolve to the standard middlewares is fair I think, nobody in their fair mind should replace them with something fundamentally/functionally different (imo). Personally I think...
[PowerToysReport_2023-03-08-14-18-04.zip](https://github.com/microsoft/PowerToys/files/10920956/PowerToysReport_2023-03-08-14-18-04.zip)
Thanks for the quick resolve! Update can be done with ```powershell scoop update -f powertoys ```
That's a fair point and using a tabular view would clearly be optimal, pity it isn't documented yet. But I don't think adding the route name preliminarily to the current...
Here is an example: ``` ------ -------------------------------------------------------------------------------------------------------------------------------------------------- Line src\EnvEnumBase.php (in context of class PITS\Laravel\Config\Env\Laravel\EnvQueue) ------ -------------------------------------------------------------------------------------------------------------------------------------------------- 37 Parameter $op of method Prewk\Option::andThen() expects callable(mixed=): Prewk\Option, Closure(mixed): Prewk\Option given. 🪪 argument.type...
Also, raising the phpstan level, I found `Option` should probably use `@template-covariant` instead of `@template`. Otherwise you cannot return `Option` from a function defined as returning `Option`, which seems counter-intuitive....
I can take a look next week. I made an override stub for phpstan anyways so it should be fairly straightforward.