Ilya Kulakov
Ilya Kulakov
What is the principal reason for skipping installation of headers, pri and cmake files in probe-only builds? In my fork I allowed this installation and nothing bad happened, generated files...
Provide sensible defaults for the *ONLY* builds and explicitly verify incompatible configurations.
Otherwise static probe and plugins will end up depending on a shared library.
Use this new feature to define the gammaray_geopositioninfosource plugin via the gammaray_add_plugin rather than custom add_library.
When working with Qt compiled exclusively for device or simulator, qt.toolchain.cmake will have exactly one architecture in CMAKE_OSX_ARCHITECTURES.
With https://github.com/mpartel/bindfs/pull/140 merged, it's now possible to use `/etc/fstab` to declare bindfs file systems and `/sbin/mount` to mount them. It should now be possible to provide a Launch Agent that...
I have the following automation in Home.app (iOS 16.2):  When I run it, I can see on TP02's display that the mode is set to Auto. But after a...
Currently matches within predicates execute attached functions. It's impossible to distinguish whether call came from a legit match or from a predicate. One possible fix is to pass stack into...
- [ ] Following #16 this service should be easy to embed into applications without menu bar - [ ] It should support both LLDB and GDB (#13) by check...