Ron Au
Ron Au
# 🐞 Bug report ## Description Setting environment variables is not causing properties to be applied within webhint. Process follows [user guide on configuring properties with environment variables](https://webhint.io/docs/user-guide/configuring-webhint/summary/#setting-properties-using-environment-variables). ## Details...
API method would be registerForPhoneAppMessages() https://developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Communications.html#registerForPhoneAppMessages-instance_method https://developer.garmin.com/connect-iq/developer-tools/communication
Since there are no real hover events on touchscreens, a simple way to get tooltips working on mobile would be to show them on click/touch.
### spaces_inside_table_braces type: bool, default: false Inserts spaces inside the braces in a table constructor. **Current behaviour:** ```lua -- original x = {1, 2, 3} point = { x =...