Dan Hemberger
Dan Hemberger
Hi, thanks for your question! MechanicalSoup uses the `requests` module under the hood, which follows redirects by default (see https://requests.readthedocs.io/en/latest/api/). All of our methods should give you access to the...
I will close this issue now, but if you have any further questions, please feel free to reopen it.
Thanks for your work on this @krlk89! My experience with encodings is limited, but based on your report I would recommend we do the following: * Add an FAQ that...
This is probably due to the fact that DockerHub removed free automated builds for open source projects (due to cryptominer abuse) in June 2021. This blog post has more details:...
@jokkedk I'd be happy to help out however I can. If you go to Settings ➔ Secrets ➔ Actions, you can add your Dockerhub credentials to the "Repository secrets" as,...
> ( **there is a typo** present in the above `.yaml`) The typo has been fixed, and now our snippets are identical. Thanks for pointing it out (and for the...
Thanks for tracking this down. I thought I was going crazy when I saw my costs in webgrind with Xdebug 3.0. After a lot of time spent grasping at straws,...
This is partially completed by #596. We still need to support the `WHERE x=NULL` case.
What is being checked in the `DoctrineKeyValueStyleRule` is that the keys of the array passed to `Doctrine\DBAL\Connection::insert` correspond to columns in the database. In your `insert` function, PHPStan doesn't know...
Thanks to both @SvenRtbg and @mnapoli for your helpful (and thorough!) notes. While I think this may be an enlightening conversation for others to read, I don't want to clutter...