Nikita Prokopov
Nikita Prokopov
Seems to be a native macOS behavior https://github.com/electron/electron/issues/6959 that Chrome/Electron still somehow manage to work around https://github.com/electron/electron/blob/d092e6bda4c7ba840f76ef835135f6ac94e02803/shell/browser/native_window_mac.mm#L283-L289
Good idea! Care to do a PR?
IIRC it requires custom cursors on some platforms. Would be a nice addition for sure
Let me know if you figure it out!
I don’t really use Idea myself anymore, but if you are willing to make a PR, I’d be happy to merge it
If I understand your approach right: - First clause does some basic filtering, e.g. `[10 ?a ?v]` produces some relation with N amount of `[?a ?v]` pairs. E.g. `[:name 1]...
Yes! A way to dispose derived-atom is surely needed. I think dispose is probably better than going manually to every source atom and unsubscribe the key. I was only thinking...
Is this multithreaded? Might be the issue
GC might happen between asserts and 621, erasing that soft reference
If you can help me set up testing for this I’d appreciate it. It’s certainly a bug worth fixing