silverwind
silverwind
If the postgres test times out again, try raising this temporarily: ``` .github/workflows/pull-db-tests.yml:56: timeout-minutes: 50
It's still valuable if we see the output of a full test run that is not cancelled, otherwise you have no full picture of the errors to work with. Will...
Yeah i don't know why it's taking so long now, I assume it's related to `RACE_ENABLED` which makes `go test` a lot more slow. But to my knowledge, this flag...
The truncation could be made smarter. It should never truncate in the middle of a markdown link or HTML element, for example.
What does GitHub actions do with such files? Throw an error or silently ignore it?
Ok, yes then it makes sense for act to ignore it as well.
Is this an issue in regular diff views (commit or pr, not expanded) or only those two "special" diffs? 1. Expanded diff sections having odd highlighting was noticed in https://github.com/go-gitea/gitea/issues/35252...
No it's fine. I see the problematic highlight in this regular view: https://demo.gitea.com/JpMand/idea-plugin-demo-repo/commit/4c89f0afcdf0634d29af0b6b38dbd1128e80ec4f
The button is far too prominent and there should only ever be one primary button on a page indicating the most likely action the user will take. I recommend making...
I'm pretty sure this is implemented, if it does not show, it might be a bug.