Adam Žurek
Adam Žurek
@potiuk Did you manage to use sqlalchemy with uv? I just tried `uv` with our codebase and it failed on the same package :-/ edit: caption obvious: `uv pip compile...
I'm afraid that you will need to go through release notes for nikic/php-parser v4 and fix whole package.
and that is dead too
or https://github.com/Roave/BetterReflection
yes, it is annoying when I upload it to Unix server and it complains :-/ Windows understand unix slashes (**/**), so it would be nice to force unix style.
@jerrysohn začátek prosince! :smile:
No update on this? I basically want to typehint multiprocessing queue which is probably impossible now? ```python from logging import Handler from multiprocessing import Queue as MPQueue from queue import...
For typehints for function parameters it is better to use more complex solution like phpstan (https://github.com/phpstan/phpstan-strict-rules). Problem of phpcs is that it looks only on 1 one/class at once. You...
@chayim Hello, is there anything I can do to get this PR reviewed? Thanks
@petyaslavova but this doesn't solve my issue, or is it? When all nodes goes down then all nodes are removed fromt he list and when they are up again the...