- works best with Safari!
cmd+f5
to turn on- Remember the "VoiceOver Key" (VO)
opt + control
- To navigate into a page,
VO + shift + down arrow
- To navigate all page links, hit
tab
throughout
hs.loadSpoon('SpoonInstall') | |
spoon.SpoonInstall.use_syncinstall = true | |
Install = spoon.SpoonInstall | |
log = hs.logger.new('init', 5) | |
-- function debugUI(msg, table) | |
-- log:d(msg) | |
-- log:d(hs.inspect(table)) | |
-- end |
// .config/termite/config | |
[options] | |
font = Liberation Mono 10 | |
[colors] | |
foreground = #FFFFFF | |
background = #000000 |
@blissdev: I believe you want to set `clojure-defun-style-default-indent` to a non-nil value to achieve this |
=========================================================================== | |
The following directories are used by znc-1.0 and | |
have the wrong ownership and/or permissions: | |
/opt/local/etc/znc (m=755, o=root, g=root) | |
=========================================================================== | |
=========================================================================== | |
$NetBSD$ |
{ [Error: Cannot write ] | |
data: { obj: { property_id: 25, label: 'Age', key: 'age' }, type: '' }, | |
domain: | |
{ domain: null, | |
_events: { error: [Function] }, | |
_maxListeners: 10, | |
members: [] }, | |
domainThrown: true } | |
Error: Cannot write |
(defn subscribe-to-match [owner match-id] | |
(let [pusher (om/get-shared owner :pusher) | |
previous-channel (om/get-state owner :match-pusher-chan) | |
new-channel (.subscribe pusher (str "match-" match-id)) | |
events-chan (om/get-shared owner :match-events-chan) | |
events-list ["draft_character" "begin" "update_score" | |
"set_turn_number" "add_target" "remove_target" | |
"change_round" "change_turn" "update_health"]] | |
(when previous-channel (.unbind previous-channel)) | |
(doseq [event-name events-list] |
function (meta,cnt,arr,__hash){ | |
this.meta = meta; | |
this.cnt = cnt; | |
this.arr = arr; | |
this.__hash = __hash; | |
this.cljs$lang$protocol_mask$partition0$ = 16647951; | |
this.cljs$lang$protocol_mask$partition1$ = 8196; | |
} |
(let [c (om/get-props owner) | |
v (deref c)] | |
(log v)) | |
; Uncaught Error: Cannot manipulate cursor outside of render phase, only om.core/transact!, om.core/update!, and cljs.core/deref operations allowed | |
; from line 2 |
echo substr(hash('sha256', time()), 0, 32); |