willdhorn
willdhorn
DISCLAIMER: THIS IS NOT ADVISABLE. DO NOT DO THIS UNLESS YOU UNDERSTAND THE RISKS AND EVEN THEN IT IS STILL NOT A GOOD IDEA. With that out of the way,...
This seems to have changed with Ventura since the domain for trackpad settings is now "com.apple.AppleMultitouchTrackpad" and the relevant keys are: - "Clicking" - 1 enables tap to click (default...
When you don't set a value for the setting, it uses the default value set by the extension, which is defined [here](https://github.com/jgclark/vscode-todo-highlight/blob/master/package.json#L227-L248). However, even when I set the setting to...
I've been using the new .vsix and it's working without having to override anything in my settings. Thanks!
The corresponding property id (in the get_property_list response) for availability is P5 according to [the python API that the HomeAssistant plugin uses](https://github.com/JoshuaMulliken/wyzeapy/blob/8d030f53303872f20667c5abbfda63f114bafbc6/src/wyzeapy/types.py#L94)
This helped me understand how the 'No Response' state works with HomeKit and bridges: https://github.com/ebaauw/homebridge-hue/wiki/No-Response. Particularly: > Most other Homebridge plugins and the native HomeKit feature of the Hue bridge...
Should this be changed to [addDynamicProperty()](https://freecad.github.io/SourceDoc/d2/de4/classApp_1_1DocumentObject.html#a6d3494135ffa6bfbdd41a797cd67e893)? https://github.com/mwganson/DynamicData/blob/5b52c52469118130535ed38e3fa5f55209c5f0d3/DynamicDataCmd.py#L498
OS: macOS 10.16 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24366 (Git) Build type: Release Python version: 3.9.7 Qt version: 5.12.9 Coin version: 4.0.0 OCC version:...
I didn't provide the repro steps simply because I had the problem regardless of how I was using it. I first encountered it in an existing project (that was created...