lua_formatter = lua_formatter or { initDone = false }
-- Not using @johnnymorganz/[email protected]/stylua.web/stylua_lib.js
-- because of https://github.com/JohnnyMorganz/StyLua/issues/999
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "NotebookModel": "LENOVO 20R4001CBR", | |
| "Author": "Rafaelti", | |
| "EcPollInterval": 2000, | |
| "ReadWriteWords": false, | |
| "CriticalTemperature": 92, | |
| "FanConfigurations": [ | |
| { | |
| "ReadRegister": 149, | |
| "WriteRegister": 148, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.uiua.org/pad?src=0_12_0-dev_2__8J-UoiDihpAg4oqCwrDii5XiipniiqLiirjip7sK8J-XnO-4jyDihpAg4pmt4oi14peH8J-UouKKnOKWoeKKuC1AIAriiY0iM0EyQjJBMUMi8J-XnO-4jyJBQUFCQkFBQyIK | |
| 🔢 ← ⊂°⋕⊙⊢⊸⧻ | |
| 🗜️ ← ♭∵◇🔢⊜□⊸-@ | |
| ≍"3A2B2A1C"🗜️"AAABBAAC" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| TMPDIR="$(mktemp -d)" | |
| cmd_status() { | |
| local pid=$1 | |
| local cmd=$2 | |
| local log=$3 | |
| if ps h ${PIDS[$cmd_idx]} > /dev/null; then | |
| echo -e "› \033[32m${cmd}\033[0m" |
- match CSS selector to match elements
- e.g.
map X LinkHints.activate match="li"to hint all - elements.
- e.g.
- clickable CSS selector to match clickable elements
- e.g.
map X LinkHints.activate clickable="li"will add all<li>elements to the set of clickable elements and show hints on the clickable elements. The difference tomatchis that it extends the default logic for finding clickable elements and it does not replace it.
- e.g.
- clickableOnHost per-host
clickablesettings- This allows you to set
clickableto different values depending on the current host.
- This allows you to set
OlderNewer