Gleb Linnik

Results 11 issues of Gleb Linnik

- [ ] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? Added Nimble to Obj-C project with SPM. Added `@import Nimble;`...

enhancement

Xcode 11 does not support Swift 3 any more

Hello KSCrash Contributors, As an active contributor to KSCrash, I'd like to propose some significant changes for our upcoming 2.0 release. These changes are designed to improve the modularity, usability,...

enhancement

### Overview This PR restructures our project to support modular imports in Swift Package Manager (SPM), addressing the inefficiencies of the current complex and non-standard target structure. It sets the...

Initially, it was expected that resources specified in the root of our CocoaPods spec for the KSCrash library would be inherited by all subspecs. However, this inheritance appears to only...

Everything works fine if to put `true` in method `114 ksmc_getContextForThread(g_mainQueueThread, machineContext, true);` in `KSCrashMonitor_Deadlock.m` file.

Hello, Thank you for your fantastic work, which has simplified the use of the 'Blue Pill' with Marauder software. I own the official Wi-Fi devboard and am also developing a...

Currently, the `KSMachineContext` struct in CrashReport has a fixed limit of 100 threads. This limitation may be insufficient for some applications. Since dynamically sizing this array isn't feasible due to...

enhancement

I am not sure if we need to synchronise here, as we could potentially get a deadlock. _Originally posted by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/496#discussion_r1633227169_

enhancement

In Claude Desktop, the `search_code` function consistently returns the error: ``` missing required parameter: q ``` The current request structure used by Claude Desktop is: ```json { "path": "/path/from/root", "pattern":...