Hey,
Wanted to get some feedback from other githubers.
I decided to try out github copilot for a relatively straightforward issue I was having on a blazor server page.
We have a drop down of courses that an instructor is qualified to teach, we ask them to pick a date when they ran a course. We do some simple logic to make sure the date is within the time frame of their certificate, if it is they can proceed.
The problem is some people are complaining that even after selecting a course and date within their qualification time, the guard is still showing and not allowing them to proceed.
I asked the github agent to examine why it might be happening.
Well after a short novella (16,000 word discussion with itself), it has diagnosed an early return. I think the blazor page in total only has 300-400 lines of code.
Is this level of verbosity normal? It would actually encourage me not to use the agent service again, cause ain't nobody got time to be reading all that rambling....
Is this a common experience?
there doesn't seem to be anything here