Copilot

Results 4440 comments of Copilot

> @copilot > > > Created a new _variables.scss file to centralize all color variables and computations ... I've refactored the SCSS structure to address your feedback. The variables are...

@glennawatson 👋 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...

> Important to note, @copilot I want to keep existing API usage, just update to incremental, so the attribute usage is a example only Understood! I'll keep the existing API...

> > // Create a syntax receiver to mimic the old behavior > var syntaxReceiver = new SyntaxReceiver(); ... You're absolutely right! I've completely rewritten the incremental generator to eliminate...

> Can you please do a copyright section for the polysharp and other libraries we use, do it "with thanks". Mention we do sometimes use copilot and AI tools but...

> @copilot please upgrade go-zero to v1.9.1 Done! All 24 go.mod files (main repository + 23 examples) have been upgraded from go-zero v1.9.0 to v1.9.1. Dependencies have been refreshed with...

> @copilot please fix build errors Fixed! Updated `load/main.go` to use the new `collection.NewRollingWindow` API in go-zero v1.9.1, which now requires a bucket factory function as the first parameter. Also...

> @copilot there are still some building errors. Fixed! The build errors were in three logging examples due to the `logx.Writer` interface now requiring a `Debug` method in go-zero v1.9.1:...

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...

> > u > > ... The HTTP URL was in the target definition file at `io.cucumber.eclipse.targetdefinition/cucumber.eclipse.targetdefinition.target` line 6. Changed it from `http://download.eclipse.org/releases/2025-09` to `https://download.eclipse.org/releases/2025-09`. This should resolve the firewall...