d33m00n
d33m00n
`brew install node@18` helped
Hey, any updates on this?
Funny that Parallels advertises that it works.
happened to me as well
Having the same issue with pipelines. Solved using this hack: ```python async def redis_connect_func_patch(self: AbstractConnection): async def _noop(_): pass await self.retry.call_with_retry( do=lambda: self.on_connect_check_health(check_health=True), fail=_noop, ) redis = Redis( protocol=3, retry_on_error=[...
@Tasssadar is everything good with the PR? Any changes you'd like to add?