Ilya Kulakov

Results 232 comments of Ilya Kulakov

@vasakt I want to find out what was modified in CPython to get it to work. Probably I will be able to just port this approach.

Within a certain interval. Probably good enough as a first approach to the problem.

Just elevate privileges of the Python process before using the lib.

See the related issue: https://youtrack.jetbrains.com/issue/TW-42639

@dogbrain Mounting s3 did not work for me properly a few months ago. I wonder if you can make it work now though :)

I tried to debug this by adding an observer for `NSWindow.didMoveNotification` / `NSWindow.didResizeNotification` in `MenuHeaderView.viewDidMoveToWindow`: Looks like when you release the Option key, the window gets incorrectly resized, here is...

Removing https://github.com/p0deje/Maccy/blob/211f327ba5d1bcbbae34df976719626c664a2907/Maccy/Menu/Menu.swift#L91 fixes the issue, although the window appears not centered on the active screen but slightly off.

Tracked it to https://github.com/p0deje/Maccy/blob/211f327ba5d1bcbbae34df976719626c664a2907/Maccy/Menu/Menu.swift#L485

I was able to consistently reproduce inside a clean VM (using VirtualBuddy) with just Maccy installed.