I hereby claim:
- I am fstoerkle on github.
- I am fstoerkle (https://keybase.io/fstoerkle) on keybase.
- I have a public key whose fingerprint is 815C 3931 2FE9 C5B2 641B 627C 9AC1 4A26 497B 5056
To claim this, I am signing this object:
{ | |
"user": { | |
"name": "pariatur velit con", | |
"id": "urn:uuid:24bf4cc1-035d-7961-bff0-80047a4c1e91", | |
"avatar": "http://example.com" | |
}, | |
"activities": [{ | |
"type": "1-1", | |
"id": "02d52036-e9ee-e7e8-9a23-5c64ce7b5bf8", | |
"title": "labore", |
### Keybase proof | |
I hereby claim: | |
* I am fstoerkle on github. | |
* I am fstoerkle (https://keybase.io/fstoerkle) on keybase. | |
* I have a public key whose fingerprint is 1066 F655 0D3F A774 CB5F D711 3DD0 4346 F58D 2E76 | |
To claim this, I am signing this object: |
Thu Dec 6 14:11:06 UTC 2018 |
> const l = require('./someModule') | |
> l() | |
global.TEST undefined | |
ReferenceError: TEST is not defined | |
at module.exports | |
... | |
> global.TEST = 'foo' | |
> l() | |
global.TEST foo | |
TEST foo |
@echo off | |
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /f | |
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /v "UseSWRender" /t REG_DWORD /d 1 /f |
I hereby claim:
To claim this, I am signing this object:
# find out, which linux distribution you are on | |
/etc/SuSE-release # SUSE | |
/etc/debian_version # Debian | |
/etc/redhat-release # RedHat | |
/etc/issue # Ubuntu |