Simon Podlipsky

Results 201 comments of Simon Podlipsky

Hi, are we going to pursue this?

@jakubkulhan thanks for info

@Ocramius so the proper solution to this would be to work on `roave/better-reflection` first, right?

Inglish plz, thiz iz krypto

Anyone made this working with homebrew installing openssl into /opt/homebrew? I ran ```sh cat "$(mkcert -CAROOT)/rootCA.pem" >> /opt/homebrew/etc/[email protected]/certs/mkcert_ca.pem /opt/homebrew/Cellar/[email protected]/1.1.1n/bin/c_rehash ``` my php uses that openssl ``` Openssl default config =>...

https://github.com/confluentinc/kafka-streams-examples/pull/364

Hi, is there anything blocking 🚢 here?

I'd keep `array{A: int}` and `array{A: string}` as `array{A: int}|array{A: string}`. Merging it into `array{A: int|string}` will result in irreversible type transformation. ```php /** @var array{A: int}|array{A: string} $foo */...

It would be great to have one fork where development can continue :)

@danielstjules if we can have a new maintainer it would be great. IMO development should continue in this repository. We can collect commits from another forks when their authors approve....