Flávio Veloso Soares

Results 26 comments of Flávio Veloso Soares

@dbosompem any feedback from the dev team? Any ETA for fixing this? It has been almost 11+ months since this issue was created. It clearly feels that the problem is...

@bond-os, thanks for the tip. Granted the app is responsive again after following your suggestion. @dbosompem, thank you and the team for being on top of this issue.

Got bit by this today: app used legacy GeoIP function which, as far as I know, are deprecated, and no easy way to get an extension for latest Debian stable...

> Could you provide a full example? When I call something that modifies it as your comment says, it works fine: https://psalm.dev/r/d12fcff59a Hi @kkmuffme - I'm not sure I follow....

Here's another minimal example that reproduces the issue, extracted from the same app that started to emit warnings after upgrade: https://psalm.dev/r/44845ca739

UPDATE: rebuilt _phpctags_ without the changes in #158 and it did **not** crash, so not a regression. Reverted to xcwen/phpctags@f7eac043488d5d39135c91ecd21606ab346c8c79 and got no crash, so it must be some of...

> Pydantic is a library for interacting with the outside world Exactly. Also note that true private attributes are also affected negatively by how underscore is handled: today, even with...

One suggestion is to add an `existing=true` API parameter that, when passed, would make the call succeed if the URL already exists (current short URL being returned). This would help...

Having the same issue with `TagDependency` here. `invalidate()` call does not invalidate anything when called from my console application, whereas the same call works in the web app. Web and...

OP here. I've done some more tests an here's what I came up: Leaving `null` check out, same results: https://psalm.dev/r/ba93e8414a Using `count($arr) === 0` or `$arr === []`, same results:...