I hereby claim:
- I am minigod on github.
- I am kbl (https://keybase.io/kbl) on keybase.
- I have a public key ASDFHQk7EDMYtF2Fa8PtWjAdbJEeNLLiaiYuQ_-nre5aJQo
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Vue Devtools bug repro</title> | |
| </head> | |
| <body> | |
| <div id="anotherApp">Other app</div> | |
| <div id="app">{{ $t('Hello World') }} {{ a }}</div> |
I hereby claim:
To claim this, I am signing this object:
| #include <unistd.h> | |
| #include <node.h> | |
| #include <string.h> | |
| #include <v8.h> | |
| using namespace v8; | |
| unsigned long long count = 0; | |
| // native blocking/compute intensive function |