Seth Vincent

Results 33 issues of Seth Vincent

What companies / applications use virtual-dom? It would be interesting to have some kind of "virtual-dom in the wild" section but I'm realizing I don't know of examples beyond the...

I've started using a badge placed in github readme files next to travis ci, project version, & other badges to indicate the project has a code of conduct. I've been...

Should we expect hash routing with links like `#page/subpage` to work? When clicking something like `` I get: ``` index.js:152 Uncaught SyntaxError: Failed to execute 'querySelector' on 'Document': '#page/subpage' is...

Would it be good to have something like `entypoify` to reduce the SVGs in the bundle to only those that were used? I'm not sure yet how hard that would...

Closes #68 This checks `ajv.opts.code.esm` and uses a dynamic `import` if true, otherwise it uses previous behavior. I'm not sure how best to add a test for this so would...

It would be useful to be able to listen to an event on the core and for each peer in `core.peers` to find out when a bitfield is updated. The...

It would be useful to be able to send/receive the updated length/bitfield of a core among peers with the ability to block downloading of data. Our use cases for this...

I'd like to make a minidocs site for minidocs with a bunch of usage examples with other modules. - gh-pages (#8) - surge (#8) - ecosystem-docs others?

Example: ``` json "scripts": { "bundle:min": "browserify index.js -t minidocs/transform -g unassertify -g yo-yoify -g es2020 -g uglifyify -t envify -p bundle-collapser/plugin > bundle.min.js", "bundle": "browserify index.js -o bundle.js -t...

It seems to happen on re-render.