I hereby claim:
- I am stevensanseau on github.
- I am steste (https://keybase.io/steste) on keybase.
- I have a public key ASA8fs_UGz-F9ANMNxSDnjCw-0ZV1S_vzZmPIMv-lpBpAgo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.18039216101169586</real> |
function setValue(object, path, value) { | |
const keys = path.split('.') | |
const last = keys.pop() | |
keys.reduce((o, k) => { | |
return (o[k] = o[k] || {}) | |
}, object)[last] = value | |
} |
I hereby claim:
To claim this, I am signing this object: