feat: show package maintainers that are going to be pinged #424
No reviewers
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "show-maintainers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #416
This will also show maintainers for "removed" (filtered-out) derivations. Probably need to adapt
update_suggestion()
to also filter those out.Before going full gettext we should just try to avoid any sort of grammar... I know this ugly but among all cosmetics this scales better until we have the time for polishing.
1sec, it still shows duplicates
Finally, should be ready now.
@ -0,0 +1,3 @@
{
"reportAttributeAccessIssue": false
So this is a super annoying lint, that produces unusable errors imo.
Everytime I try to use
Prefetch
withto_attr
, I can't use the attr that is assigned to the object, as I otherwise get this type error. So I'd rather just disables it.