Daniil Gentili

Results 200 comments of Daniil Gentili

Could you please upgrade to 8.5.0 and attach ULTRA_VERBOSE logs (100mb file size limit) if it happens again

Please increase the logfile size to 100mb and open a new issue

Please try using the v7 beta, instead.

Will be merging this into master and releasing v6 within the next week.

Already adding everything in https://github.com/vimeo/psalm/pull/11169

This is a very bare-bones, naive implementation that is intentionally kept simple as I saw https://github.com/cweiske/jsonmapper/issues/165. Ideally, this should just bring phpstan's phpdoc parser or even valinor and re-use their...

I'm sorry, but I don't have the bandwidth for a full implementation right now, I'm only upstreaming this patch as it is used by one of my clients.

The current behavior unfortunately is affected by one of the nastiest case of misdesigned APIs I've ever seen in the go stdlib: certain IPv4 addresses may be represented as an...

An IPNet with a 16-byte IPv4 and a 4-byte mask is still a correctly constructed IPNet, at least according to the current API of the STL.

https://cs.opensource.google/go/go/+/master:src/net/ip.go;l=457; the STL is clearly expecting to find 16-byte IPv4 addresses in a net.IPNet, as To4 conversion is used for IPs in IPNet.