Matti Picus
Matti Picus
Any thoughts about a release? It would be nice to get a fix for #121 into an official wheel.
Thanks. I will try it out
It is really important to state which version of django is supported, for instance speed.pypy.org is automatically provisioned and deployed.
Now that django4 has been released, it would be nice to update. Any guides? So far I get this error when using django4: ``` ImportError: cannot import name 'url' from...
The true/false does not seem to be working: even though I have marked the "PyPy_old" branch as false, it is still being shown
how do I run the tests? `python -mpytest codespeed/tests` doesn't work out of the box for me, some django setup is missing ``` django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, \ but settings...
I need to get used to django unit tests. For instance, I am used to the testing framework supplying a tmp_dir so that I could set up a hg/git repo,...
need to decode. Test added
For me (old eyes need bigger fonts) the problem is that the UI elements like button labels and labels in the configuration panel do not respect `font_ui`. So even if...
In PyPy, the `_contextvars` module is pure python. In order to support it from C, PyPy needs to wrap and expose all the [C interfaces](https://docs.python.org/3/c-api/contextvars.html). Currently PyPy exposes only `PyContextVar_New`,...