Tony Brix

Results 612 comments of Tony Brix

This doesn't have anything to do with xterm. This looks like an issue with your version of electron. or more specifically the version of chromium bundled with electron.

[IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) is part of the browser (chromium). That is an issue with the browser, nothing we can change. The only way we could fix it is use some other way...

I'll take a look at it tomorrow. It will be hard for me to debug though because it doesn't happen to me. I still don't understand how it happens to...

The biggest problem with polling with setTimeout is it is going to be a performance nightmare.

The basic idea is we will have to poll with setTimeout until the user opens the dock, which could be never.

I don't think there is anything else to do. I think the best approach is for you to figure out why it doesn't work for you.

This should be fixed in [[email protected]](https://github.com/atom-minimap/minimap/releases/tag/v4.39.7)

Atom has [sunset](https://github.blog/2022-06-08-sunsetting-atom/) and is no longer supported. I am in the process of moving things to [Pulsar Edit](https://pulsar-edit.dev/) but there is still a lot of work to do so...

@alecjzhang did you still want to work on this? > Do I need to inform the minimap owners? You can create a PR to add it to the list of...

Can you share your versions for Atom, minimap, minimap-git-diff, and OS?