Reiner Gerecke
Reiner Gerecke
I picked some low-hanging fruits for optimizing `Report.get_changes_table` generation. It's about 4 times faster now. It would be possible to further optimize it (e.g. get result average for all benchmarks...
Some results on PyPy data with all of the optimizations. It's possible I've misunderstood the code and it's creating wrong results, but I'll clean up the branch and then you...
Cleaned up version: https://github.com/squiddy/codespeed/tree/report_query_optimization
Cache hit (`self._get_tablecache()`) results probably mean nothing, I was just curious how it compares. I didn't change the loop count myself, I was using the `%timeit` function of the IPython...
Here is my attempt at implementing this feature. It adds a new field to a project, that will be used to construct the URL for a commit. It will be...
I'm working on this right now, I've got an idea how to modify the source images to include appropriate border colors.
I've just activated mipmapping and texture filtering seperatily, made some screenshots for comparison. I think mipmapping is good, especially if you some out all the crammed pixels don't look that...
Honestly, I don't think we should enable texture filtering, as it looks pretty bad and the graphics loose visual quality. MasterOfJOKers already said that, AndyMender agreed. MipMapping on the other...
Hi there. :) I'm sorry you had such a terrible experience. Unfortunately, we haven't had a macOS developer in a while. As such, we probably can not give you the...
This one could be easy to fix. With the new window manager, we know which window is currently visible and we could just hide/show it after showing a message. However,...