Lars Eggert

Results 544 comments of Lars Eggert

Thanks for debugging this! I guess I need to figure out how to manually kick off a workflow run at the right revision

Yep, just found that! I used the wrong branch before :(

OK, this seems to work. See https://github.com/larseggert/datatracker/actions/runs/3060670758/jobs/4939479571#step:14:1

https://www.cisa.gov/sbom

The benefits are that you can check vulnerabilities for installed software, e.g. when you need to determine if you are affected by something like logjam.

I think @AdrianFarrel is correct here. What should probably happen is that if one ticks the "Has patent pending" under V.B, the fields under V.A should stop being required. (It...

@dhruvdhody could you comment?

I'm fine with this becoming a team under GEN.

I think it does show it, but only if the count thirty days ago was not also zero (and so the trend is flat anyway). Is there a field where...

The issue is that the `if re.match("^[Rr][Ff][Cc] [0-9]+$",name):` case in the original code doesn't hit, because of the space in the pattern. And even if it did, it would rewrite...