Anthony
Anthony
@unnamedfeeling через try ... catch, а потом генерирую и высылаю себе на почту такие случаи, чтобы знать, какие лиды потеряны. К тому же в последнее время разрывы как-то подозрительно прекратились,...
@dotzero у меня прекратилось (вроде бы), а у кого-то нет, судя по ответам тут. И надо как-то ограничивать количество этих "ретраев", в общем не все так просто.
I vote for this! It's not good to completely loose this information when issue passes to Rollbar. It this planned to be fixed?
Sorry for the delay and thanks for your response! Base definition: ```python Base = declarative_base() ``` Rolegroup definition: ```python class RoleGroup(Base): __tablename__ = 'user_roles_groups' id: Mapped[int] = mapped_column(Integer, primary_key=True) give_role_channel_id:...
Thanks for your attention! Your answer explains a lot for me. I see that there are no problems with updating Doctrine itself but only with DBAL extension to v4. I...
@zanbaldwin I've tested 5.0.0-rc now, looks good, passes all my tests, and not updating doctrine/dbal up to v4. Thanks! It would be good to make doctrine bundle compatible with modern...
If you're still intersted, here is my requirements.txt: ``` aiohttp==3.9.3 aiosignal==1.3.1 alembic==1.13.1 astroid==3.1.0 async-timeout==4.0.3 attrs==23.2.0 certifi==2024.2.2 dependency-injector==4.41.0 dill==0.3.8 discord==2.3.2 discord-py-slash-command==4.2.1 discord.py==2.3.2 frozenlist==1.4.1 greenlet==3.0.3 idna==3.6 isort==5.13.2 Mako==1.3.2 MarkupSafe==2.1.5 mccabe==0.7.0 multidict==6.0.5 platformdirs==4.2.0...
Even more simpliest code also doesn't work. Example: ```php /** * @template T of Foo */ class Bar { /** * @return class-string */ protected function getResultClass(): string { return...