Philip Ardery

Results 175 comments of Philip Ardery

I'm running: phpstan-doctrine `1.3.62` orm `3.1.0` dbal `3.8.3` When I upgraded `orm` from latest 2.x to `3.0.x` and `3.1.x`, I got lots of errors about `EntityManager` methods returning mixed. Am...

related to https://github.com/phpstan/phpstan-doctrine/issues/529

perhaps this is also related: https://github.com/phpstan/phpstan-doctrine/issues/308#issuecomment-1551310265

Sure. Again, no errors at all on orm `2.x` and dbal `3.x`. No other changes other than updating the doctrine packages. ### [orm3/dbal3] findAll() should return array but returns mixed...

if there's something you'd like me to test @ondrejmirtes, or some other info I can provide to help, just let me know. I know it's a bit thorny to debug...

Sorry guys, looks like this project is not being actively maintained, and the noembed url is dead: https://www.noembed.com/

well, they haven't even updated the url on the main page of this repo, and no code touched in years.

I'm interested in other approaches if people have clever ideas. Auth is an extremely common use case, so some sort of panther support for it would be cool and would...

I'm also not keen on basic auth. My actual site doesn't use it, and I want my tests to behave as closely to my live site as possible, including running...

I've got to ask... how secure is it using third party VPN services like this, in general? I'd think there is a serious potential threat vector. @yuezk this seems like...