Alexander Drozdov
Alexander Drozdov
Planned, however in most cases you already can see it in price check window (it might fall under "hidden" switch also) 
Yep, APT only misses "# to #" pseudo stats.
Will review it soon, a little busy these weeks. Not familiar with Mac API, can you explain why [addChildWindow](https://developer.apple.com/documentation/appkit/nswindow/1419152-addchildwindow) won't work here?
Depends on #20 , so that the behavior (always on top) is the same for all OS.
I don't own G-Sync monitor to test. It is very unlikely that someone else will investigate this. 😄
Similar to #7 > From README "You can initialize library only once", that's a very big limitation atm. It's common to restart target app but keep your utility app in...
Impl: - Windows: `EnumWindows` - X11: `XResQueryClientIds` with fallback to `_NET_WM_PID` Things to note: - Process can have multiple windows, title is more unique thing. - From README "You can...
Proposed changes will cause errors to be silently ignored. I'm actually confused why this happens, env is in napi_pending_exception state but when flow returns to js it's gone. Test snippet:...