Tom MacWright

Results 366 comments of Tom MacWright

Hmm, so I volunteered to help review PRS [in this thread](https://github.com/eslint/doctrine/pull/193#issuecomment-298187273) but was never granted the ability to. Hopefully I can get rights on that project, otherwise we'll need to...

I now have the ability to review & merge PRs on doctrine, and will try to get through the queue.

Hi there, This one's definitely not a bug. Markdown code highlighting blocks with `javascript` work perfectly fine as Markdown, react-styleguidist's unique interpretation is, well, not something for which documentation.js is...

Please peruse the [current maintenance status](https://github.com/documentationjs/documentation/wiki/Current-maintenance-status). I eagerly review and merge PRs, so the way to get this done is by doing it.

Any idea about the other issue? Do dat URLs 'die' if they go to 0 seeders, or is there any way to re-share a dat given a URL, directory of...

The license is specified in the header of the main source file: https://github.com/dominikhlbg/vp8-webm-javascript-decoder/blob/master/dixie.js#L3-L6

After that, I wrote an article about implementing undo and redo in [JavaScript](https://macwright.org/2015/05/18/practical-undo.html). That approach is essentially what's implemented in Studio, iD, and elsewhere.

This issue is from a bit ago, adding some context - OffscreenCanvas hasn't much luck [with adoption in other browsers](https://caniuse.com/offscreencanvas) - notably Safari & Firefox haven't adopted it and [there's...

Hi Lisa, Sorry about this confusion, I've identified a few intertwined issues that are causing it: * The `query()` method actually belongs to an individual geocoder input inside of mapbox-gl-directions,...

That bit got removed from the README. I've dug through the code, and can't find custom index.html support. Afaik, custom HTML is required to use [ports](https://guide.elm-lang.org/interop/javascript.html).