Rod Vagg

Results 163 issues of Rod Vagg

Big upgrade to CodeMirror but I seem to have got it working. Upgraded other deps that were a bit old, including Brucedown which now has a newer pygmentize (including Swift...

DOM4 includes [mutation methods](http://dom.spec.whatwg.org/#mutation-methods): `append()`, `prepend()`, `before()`, `after()`, `replace()`, and `remove()`, potentially taking a variety of argument types (nodes, strings). Would be great to (1) benchmark and (2) leverage these...

@benvinegar's [query on Twitter](https://twitter.com/#!/bentlegen/status/167333474901041152) about being able to return the _first_ match only got me thinking that it may not be that difficult to implement and would actually be quite...

I needed this for some testing so brought it up to date. The only thing that's not updated is the commit you're basing npmjs on, there's too much crazy to...

For the good of this project and its ecosystem I have to loosen the reigns even more and I think the best way to do that is to move to...

A web3.storage user got a bit confused with the docs due to what seems to be an assumption that users are working primarily with file data: https://github.com/ipld/js-car/issues/84 https://web3.storage/docs/reference/js-client-library/ tells you...

kind/enhancement
need/triage
potential/support-pi

Underscore, Backbone, Modernizr, MinifiedJS all seem to suffer intermittently from this problem; build gets "zero-length source", as does a `curl` to the source url (but `curl` again and you get...

website-bug

e.g. ``` type Foo union { | &Blip link | Blop string } representation kinded ``` rather than having to `type BlipLink &Blip` before using it in a kinded union....

discovered while trying to use via TypeScript @ https://github.com/ipld/js-ipld-schema/pull/37 -> https://github.com/rvagg/js-ipld-schema-validator/pull/4

Not complete, but it's big enough and very tedious, that I just want to push _something_. If anyone feels like reviewing as a WIP feedback would be appreciated but I've...