Aleksander Vognild Burkow
Aleksander Vognild Burkow
> I installed this fork in my Django 2.2 project with django-debug-toolbar 2.2 and although the flamegraph tab now shows up in the toolbar, it is grayed out. My `DEBUG_TOOLBAR_CONFIG.DISABLE_PANELS`...
> EDIT: Actually, turns out the styling of my site destroyed the checkbox I had to click to enable it. However, it appears blank - is this correct? the iframe...
We want this as well. I'll have to implement this myself for now.
This is the solution we went with on our end, for future reference: ``` class CustomBaseTask(Task): """ Annotates the new relic trace with args and kwargs. """ def __call__(self, *args,...
Think it's that the parser doesn't handle the full glsl grammar. I want to switch it out for something completely different at a point.
UUID might hack itself onto the base manager of models that use it, perhaps? Similar to the way django money was found to be behaving.
> works for me. Replace the commit hash with the revision you need. great! I was missing the subdirectory part of the url.
https://github.com/django-money/django-money/blob/8ce85afd51f238a9f1793d9de1ffee4d299191fe/djmoney/models/managers.py#L226 Here is where the manager is dynamically generated. We should be able to declare it statically, perhaps?
We would like to migrate away from Pipenv to pip-compile from pip-tools with --generate-hashes which uses normal pip under the hood, but have a number of git dependencies due to...
> I imagine that's a much simpler PR to write, and it lets projects move forward that are better off with 99% hashing than none (in particular because the requirements...