Markus Staab

Results 1134 comments of Markus Staab

Pjax on its own does not detect new windows. You should do this kind of check in your pjax integration code

Thanks. I am pretty sure its related to our firewall rules. We reverted the super strict rule and allowed http again - it started working after that immediately

homebrew is already supported, see https://github.com/oven-sh/homebrew-bun

I wonder why this phpdoc typing is necessary. All enum values are known at static analysis time, so why doesn't psalm just turn the `->value`s type into a union of...

so you want a type which accepts any enum which is backed by a string? I can't think of a use-case for such a vague type. couldn't you accept any...

you can't pass a type into a enum. every enum has a native type per default and cannot be defined in a wrong way without a fatal runtime error, e.g....

as long as rector cannot work with nikic/php-parser v5 I think it should declare a nikic/php-praser v4 dependency in its composer.json (or a v5 conflicts rule). that way composer will...