Jonas Obrist
Jonas Obrist
> Yes, seems like previous firefox sessions remained in memory and ate it. Is this a bug? I don't know. I ran the code and it worked fine. Maybe it...
> I managed to run session using uvloop setting log_file argument to os.devnull Awesome! I'll try to add it as a fully supported loop then (with CI etc)
> What happens if you try this using `36.0.2`? I wonder if this is related to [#7043 (comment)](https://github.com/pyca/cryptography/issues/7043#issuecomment-1121168168) with 36.0.2 it imports just fine.
> In the first instance, are you running hyper from PyPI or from the GitHub development branch? Several patches have gone into the development branch that may help resolve this...
> FYI, this particular issue might be addressed by #221 that patch looks very promising. thank you.
Removing the metaclass still triggers it. Minimal code to get that error: ```python3 import abc from dataclasses import dataclass @dataclass class Abstract: @abc.abstractmethod def c(self) -> None: pass ```
ran into the same issue today. Is the best workaround for this to do a for-loop in a transaction and update them all inidividually?
I have the same issue. `asyncio.gather(...)` two `Database.iterate` calls causes `asyncpg.exceptions._base.InterfaceError: cannot perform operation: another operation is in progress`.
same issue, once I comment on an story, I can no longer refresh the comments on that story. It seems to fail somewhere and then fall back to the cached...
> Hi, is this repository accepting new MRs? I noticed this is open since 2021. I'd like to contribute, but just if it alive. Basically there's a few issues with...