redyetidev
redyetidev
> > True, your right that the the redesign will incorporate a lot of changes, so I'll close this, but I recommend something similar be included in the redesign >...
Hi! Could you possibly provide some example code to reproduce this? Preferably code that has been compiled into plain JS.
AFAICT this doesn't *seem* like an issue with Node.js itself, but rather a compiler (such as `tsc`), but I'm no expert, and I'd love to get a second opinion.
Ahh, okay, thank you.
Ignore the repro-exists tag, I didn't mean to add it, and it won't effect anything.
Weird, thanks for the information!
After looking at the stalebot docs, there is a parameter https://github.com/actions/stale?tab=readme-ov-file#start-date, so we could only apply this change to newer issues, to prevent the flood of notifications
Also, in v9.0.0, the stale API now uses the Actions Cache, which will decrease the time it takes to run and the amount of API operations it performs. Based on...
> This seems like the wrong design for this feature. We shouldn't be creating a new class. I would expect this to be an option when users create a test...