Neil Schemenauer
Neil Schemenauer
Hi, As far as I'm aware, MEMS Exchange is still maintaining Durus as a component of their DurusWorks package. I want to use Durus as a separate package so I...
Looks basically okay. There are people using Durus for large applications. We have a multi-gigabyte database that is used for an app that has hundreds of paying users.
This might fix #1899.
> Is this covered in #1921? I don't think so. It fixes the issue with the keyword argument. However there is a more subtle problem with Python 3.10. I believe...
I think the following fix might work. I believe the problem with the `__cause__` attribute error is because `None` is treated as a special value for `_seen`. If we pass...
Backtrace from gdb attached. The hang only happens when Vulcan is enabled, OpenGL doesn't show an issue. However, with OpenGL, the initial screen with Aghanim causes the GPU to peg...
I can also confirm that the 510.39 driver fixed it for me (Debian testing distribution). I can run with Vulkan enabled now. I didn't re-enable the Aghanim animation on the...
This happens on LInux too for the past few weeks. The only way to fix it seems to be to restart the client.
My PR is much too rough to be considered for merging and the performance is not yet good enough but this could be a way to solve the problem: https://github.com/python/cpython/pull/96673...
Some relevant discussion on the pros and cons of adding these "smarter" but more complicated algorithms: https://discuss.python.org/t/faster-large-integer-multiplication/13300 I think implementing them in Python lowers the bar quite a bit in...