I hereby claim:
- I am flaki on github.
- I am flaki (https://keybase.io/flaki) on keybase.
- I have a public key ASDptVsyGJDCnWXlX_4xEpwMNA-cxyMsSykHG04M11LTdAo
To claim this, I am signing this object:
| # ... | |
| 127.0.0.1 better-sqlite3.docs.local |
I hereby claim:
To claim this, I am signing this object:
apparently there is no microformats down-to-the-metal parser for microformats (C or Rust or similar) http://microformats.org/wiki/microformats2#Implementations
chewing through the microformats docs/spec http://microformats.org/wiki/microformats2
everything is a classname, prefixes denote the type of content the element has (plaintext, more elements, url attribute) http://microformats.org/wiki/microformats2-prefixes
there is a node/browser parser https://github.com/glennjones/microformat-node
it appears to be nicely tested, this could be used to buid a compliant rust/wasm parser https://github.com/glennjones/microformat-node/blob/master/test/mf-v2-h-card-justaname.js
libc implementation for WASI, but eventually postponed. The implementation uses MUSL that is MIT licensed, with no precedence of MIT-licensed code in the codebase before. Vote was postponed until after consulting with legal for guidance on this, and the various other licenses in use/included currently.Use the below Glitch starter-kit to get started! https://silver-timbale.glitch.me/ ~ https://glitch.com/edit/#!/silver-timbale
| "use strict"; | |
| let game = new MicroCanvas(); | |
| let gfxGotchi, gfxGotchiFlip, gfxBone; | |
| game.setup(function(game) { | |
| gfxGotchi = game.loadSprite(`! gotchi 16x16 | |
| ##............## | |
| .#.....###.##### |
| (function() { | |
| // Won't work, 'undefined' is a property on the global object, but it's unconfigurable (not modifiable) | |
| try { | |
| Object.defineProperty(window, 'undefined', { value: 42 }); | |
| } catch (e) { console.log(e.toString()) } | |
| // But 'undefined' could be still shadowed, because it's not a keyword - its name is usable as an identifier | |
| var undefined = 42; | |
| // foo is a non-existent property on the window object |
grid-logo-animate.css's contents in there!
grid-logo-animate.js into the devtools console and hit enter—this should work in any browser.Install node from NodeSource PPA
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs