Ilya Kulakov

Results 232 comments of Ilya Kulakov

It would help to know the initialization sequence and the arguments that are passed around as you follow backtrace.

I can see how the `+[Shortcut shortcutWithKeyEquivalent:]` initializer can return `nil` for `";"` under Finnish input source: the [translator](https://github.com/Kentzo/ShortcutRecorder/blob/c86ce0f9be5353ba998966121c7631602a9a36f7/Sources/ShortcutRecorder/SRKeyCodeTransformer.m#L314-L323) cannot deduce which key code corresponds to `";"` as there is...

In that case this is a non-standard approach and you're hitting the case where it doesn't work due to the limitation of key equivalents. Can you store both `NSSecureCoding`-encoded (for...

I get the same error when trying to parse macOS headers, e.g. `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioComponent.h`.

Failed tests will get resolved after https://github.com/KDAB/GammaRay/pull/940 is merged.

The goal here is to have explicit errors when user sets options to conflicting values.

Test failure seems to be unrelated to the changes.

This might a preferred alternative to https://github.com/KDAB/GammaRay/pull/261.

My particular problem is that header for the static probe [will never get installed](https://github.com/KDAB/GammaRay/blob/a929761961f88bb14c5a815606371118e861a5ba/core/CMakeLists.txt#L293-L295).