Ilya Kulakov
Ilya Kulakov
Right now f-script only shows classes sections when introspecting object classes and object instances. It should also show protocols section.
Hopefully sometime in the future xcassets will allow only include resources that match the deployment target condition.
I see that the `spm` branch has been merged in, and the readme file says that SPM is supported. That's great news! Unfortunately, I am having a problem, related to...
Hi @Kentzo! So, we've been trying to identify a [keyboard issue](https://github.com/lwouis/alt-tab-macos/issues/157) with AltTab's community for a while now. Today, I analyzed new logs from a user, and I see this...
Currently the shortcut is triggered either by non-modifier key-up or key-down event and additional matching is done by checking the modifier flags. It does not handle [modifier-only shortcuts](https://github.com/Kentzo/ShortcutRecorder/issues/114). ## Terminology...
Currently the control draws its auxiliary elements in its implementation of drawRect. It also handles dirtying and accessibility. Accessibility in particularly does not work very well in such approach (e.g....
Most styles can be drawn via wantsUpdateLayer. It's faster and uses less memory. The control should still implement drawRect: to allow drawing when necessary, e.g. for printing.

Applications with numerous shortcuts tend to aggregate them in tables (Xcode is one example). It would be convenient to provide such style with the framework. It should be enough to...
Would be nice to have a set of rules for something like clang-format to automatically format the code.