Ilya Kulakov

Results 80 issues of Ilya Kulakov

Right now f-script only shows classes sections when introspecting object classes and object instances. It should also show protocols section.

enhancement

Hopefully sometime in the future xcassets will allow only include resources that match the deployment target condition.

feature

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...

not-a-bug

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...

feature
help-needed

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....

feature
help-needed

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.

feature
help-needed

![sr](https://user-images.githubusercontent.com/88809/64389630-418b5480-cff8-11e9-8003-8d2763042e82.gif)

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...

feature
help-needed

Would be nice to have a set of rules for something like clang-format to automatically format the code.

help-needed