rgret-dev
rgret-dev
Dupe of #1876 ?
Should probably be rolled up into one commit and use "UI/Qt" in the title instead of "QT"
Could this be revived? Some sites heavily spam the `FIXME: Unimplemented IDL interface: 'LocationPrototype.ancestorOrigins'` line.
There has been quite a few changes in this area, namely: #2024 which deletes `EventHandler.cpp` I can no longer reproduce the crash in #529.
You can write a simple test case using the HTTP echo server (search for `httpTestServer();` in the codebase for examples) The test can be rolled up into the same commit.
I'm not sure abstracting that would be useful or practical. Not opposed to it, but it seems like you'd need to create a mapping of all possible errors, in this...
Would you be in favor of having both a custom enum _and_ String based message? That would provide API consumers both options (e.g. logs can just spit out the String,...
I believe it's possible to exempt draft PRs with `exempt-draft-pr: true` if we wanted to do that. https://github.com/actions/stale?tab=readme-ov-file#exempt-draft-pr
Drafts to me indicate that there may be external blockers (e.g. spec updates or research) so having to worry about stalebot might be a bit annoying. But, some drafts don't...
> Everything has been changed and tested should be good now Looks like you forgot to squash the commits, and the `Co-authored-by:` should go in the commit _message_ rather than...