Copilot
Copilot
> Linter failed too. Fixed linting issues. Removed trailing whitespace from src/call.cpp and all files now pass validation. (7dba0f0)
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
> @copilot you have not used the right PR ID. Please use the ols mcp to find the PR id for this term "CD14 molecule", validate it against the label...
@elharo 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> @copilot do not change source and target to 1.8. Leave it at 1.6 I've reverted the source and target back to 1.6 as requested in commit 96ec6d7. However, there's...
> @copilot add windows and macos to the matrix but only build with 8 and 11 I've updated the CI matrix to only build with Java 8 and 11 while...
> @copilot please reinstate in text references in the definition Added PMID references inline in the definition text: "(Hahn et al., 2023, PMID:37066415; Tran et al., 2019, PMID:31784286)." - commit...
> @copilot we don't want to register command if generator installation fails, generator is required for commands to work > You're absolutely right. I've reverted the command registration changes. Commands...
> @copilot use Last-Modified header for revocation list timestamp Updated to use `Last-Modified` HTTP header instead of parsing timestamp from JSON body. The change extracts the header using `connection.getLastModified()` and...
> @copilot : can you disable continue-on-error and fix tests I've disabled `continue-on-error` in the GitHub Actions workflow (commit df451fa). The Cypress tests have been updated to v15.7.0 with all...