Jeremy Legendre
Jeremy Legendre
This will segfault while parsing libraries with no `__DATA` section, of which there are a few. A fix: ``` //dsc_extractor.cpp -- auto ret = slideOneSegment(dataSeg, 1, saved_vmaddrs[1], section_adjustments); ++ const...
I have thought of this but haven’t figured out a way to have the AX shortcuts not interfere with shortcuts of host apps. If you know a way, I’m open!
Was it working for you on Big Sur or is this your first time trying?
Just to clarify, when you right-click the dock icon of a running app, you don’t see the AfloatX menu?
Are any other guys plugins working for you?
This is because macOS does not automatically resize images for the menu bar. I have found 20x20 px to fit well in most cases.
I think this does raise a good question however. @zserge Should images be automatically resized for the macOS menubar?
I can say macOS definitely does not have tooltips for menu bar icons and Linux is (as usual) a mixed bag. Some do, some don't. It will also depend which...
I can see what you are saying. There are always going to be some sacrifices when using cross-platform utilities such as this. Usually x-platform applications have a single code base...
I agree with you that you don't HAVE to sacrifice anything. A developer can implement as many features as they want. I think in this case it is a question...