ansipunk

Results 25 comments of ansipunk

@tamton-aquib It works just as I expected it to, thank you a lot!

Had the same issue. The light sources just didn't work, the only light I was getting was the global illumination. Added `-vulkan` to startup options and it's all fine now....

I'm experiencing the same behaviour using `stream.group_by`: it hangs on any `await agent.put(event)` calls ```python import asyncio import faust class SimpleRecord(faust.Record, serializer='json'): f: str val: bool app = faust.App('group-by-test') inputTopic...

This might be slightly easier to implement with recent changes to GIL in 3.12: https://docs.python.org/3.12/whatsnew/3.12.html#pep-684-a-per-interpreter-gil

https://github.com/encode/databases/blob/master/databases/core.py I don't think so.

We did this. #540. Is there a timeframe for a release? @tomchristie

Can confirm that the issue is still present and that `--bframes 0` still helps.

Hello! It happens to me as well! `execnet` version `1.7.1`. I have no idea what triggers it. The error occurs only when I run specific tests or a directory, however,...

Yes it does, both with `pytest-xdist` plugin uninstalled or with `-n0` flag