Results 899 comments of James Addison

> Although I'm relatively confident in this fix, I haven't been able to build/test it locally yet, so I'm opening this PR in draft status. Update: I've been able to...

> ...however, I have not yet tested the resulting webapp. By serving the `build` directory on a local HTTP server, I can view the login page for the client webapp....

> By serving the `build` directory on a local HTTP server, I can view the login page for the client webapp. However, I do not think that the ServiceWorker is...

cc @charlag @wrdhub; apologies for pinging directly - I'm seeking reviewers for this change and noticed you have reviewed some recent pull requests. I haven't retested this again recently (not...

I am able to replicate this in Firefox 140.5.0esr and also Chromium (`Version 142.0.7444.175 (Official Build) built on Debian GNU/Linux forky/sid (64-bit)`). The error message that appeared here is identical,...

Well, from debugging: the value of `this.attribControl` within the `IDE` class instance is `null` when we reach the relevant line: https://github.com/tyrasd/overpass-turbo/blob/eb5d0f57d82d1a469d14dd4351aead200615a3f3/js/ide.ts#L2275 I think the problem might be that the value...

From in-browser testing: assigning `ide.attribControl = attribControl` does appear to resolve the problem.

The single [test failure](https://github.com/sphinx-doc/sphinx/actions/runs/19748819758/job/56588233131?pr=14107#step:10:5014) seems unrelated -- perhaps an overfitted regex number-of-decimal-places expectation (expecting exactly three digits where perhaps shorter values are possible). Edit: fixup: overfittered is not a word