Seth Vincent
Seth Vincent
Probably? I guess I'm looking for specific websites that are constructed with virtual-dom. Possibly related: the [awesome-peer-to-peer](https://github.com/kgryte/awesome-peer-to-peer) list has a "people" section that perhaps we should adopt for this list.
Hey @michaelgrilo, this is really helpful! I agree that the IIFE stuff is distracting. I'll write a revised version and will post it here later to see what you think.
Here's an attempt at a much simpler version of a `scope` problem. Let me know what you think. --- # SCOPE `Scope` is the set of variables, objects, and functions...
Sure! And I'm excited about the idea of a lead maintainers team.
Thanks for volunteering everyone! I've invited each of you to the javascripting-leads team.
@CoralineAda Awesome! The improvements to community docs visibility sounds exciting. I'm looking forward to that. Here's my twitter: https://twitter.com/sethdvincent
I've started on a minidocs site for minidocs in this branch: https://github.com/freeman-lab/minidocs/tree/site
Just added an `--assets` option so that we can copy a directory of images or other files into the built site. example: ``` sh minidocs docs/ -c contents.json -o site/...
Wow, that is way too big! I'll check it out.
Oh, yeah. This would definitely be useful. Possible approach: Put version in the routes: ``` /:page/:version ``` Specify versioned content in contents.json: ``` js { "modules": { "example": { "versions":...