Results 15 issues of georeith

See: http://support.microsoft.com/kb/925014 When performing `removeChild()` on an element with `background-image` set it will trigger a false mixed content warning. You need to remove the `background-image` first or use `outerHtml =...

**Checklist** [ ] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ [ ] Try to report your issue...

enhancement

**Note:** I originally made this issue in `apollo-client` by mistake: https://github.com/apollographql/apollo-client/issues/5215 **Intended outcome:** After a network error (forced by setting 'Offline' in Chrome developer tools) I would expect the data...

This adds a (currently failing) test case for the issue: https://github.com/import-js/eslint-plugin-import/issues/2439

I have added a test case to better describe the issue here: https://github.com/import-js/eslint-plugin-import/pull/2438 If you import a file from a folder that has the `import/no-cycle` rule disabled into a folder...

enhancement
question

I think another important factor that I'm noticing is the initialisation speed. I am noticing the Two.js example takes a long time to initialise at 5000 items. Would be interesting...

Exposes the parent node in the distance function if one exists. This is useful for applying penalties for turns, where you need to look at the node visited prior to...

AFAIK the Deep State Redirect module only registers a states parameters via the `$stateChangeSucess` event. This leaves out all query parameters modified on a state with `reloadOnSearch=false`. As the latest...

This PR exposes `RequestError` which is the error class used by any of the octokit request functions: ```ts try { await octokit.rest.git.getRef({ owner, repo, ref, }); } catch (err: unknown)...

We store the document in multiple ways, we store the CRDT data in one location and a JSON snapshot in another. We have different throttle requirements for each as one...