Anthony
Anthony
Периодически возникает исключение с текстом: couldn't connect to host Иногда настолько часто, что это ломает логику работы. Я обрабатываю такие исключения, но лучше, чтобы само расширение производило попытку отправить запрос...
Hi guys! Is this package abandoned? Because I have a problem with it when Doctrine ORM is upgraded to 3.0 and DBAL to 4.0. Starting from this: ``` Fatal error:...
### Bug description Hi! I have weird behavior in my code. Here is a code example: ```python from sqlalchemy import ForeignKey from sqlalchemy.orm import Mapped, mapped_column, relationship from sqlalchemy.sql.sqltypes import...
Doctrine DBAL v4 requires PHP 8 and contains some changes that break compatibility with IP column type definition. DBAL 2-3 and ORM v3 works fine. To fix any problems on...
Public keys may be rotating from time to time to enchance security and prevent leaks. It's good to add `kid` header into an id token to allow clients to recognize...