Joachim Jablon
Joachim Jablon
Repoen because of revert https://github.com/py-cov-action/python-coverage-comment-action/issues/554
Finally (hopefully) fixed in #573: I'm not using git anymore for the diff, but the github API. And using 3 dots :)
And, released in https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.35 Thanks again @stickperson
Oh wow this issue went under my radar, sorry. So, what exactly do you need ? You have git, and a branch, so you should already be able to access...
oops. Would you like to create a PR to fix the migration ?
I think Procrastinate aims at being simple, and does not take extra steps to ensure it may squeeze the most performance possible. It's great if Procrastinate fits your usecase, and...
@Kamlesh72 Thats's generous of you, thank you ! Of course, if you need some more inputs, feel free to ask 😃
Damn, I think github lost my answer. That seems cool ! Questions time: - Is it working for all kinds of objects we're working with ? (Tables, Indexes, Enums, Procedures,...
Hello! Is there something specific that means this needs to live in Procrastinate rather than in your code ?
I believe you can [`unregister`](https://docs.djangoproject.com/en/5.2/ref/contrib/admin/#django.contrib.admin.AdminSite.unregister) it and register your own subclass that has custom behaviour? Not saying it's a bad idea or anything, but given how bare-bones the Django Admin...