Paul Smith

Results 19 comments of Paul Smith
trafficstars

Sorry. This happened when formatting a .handlebars file. The file was located at /views/layouts/main.handlebars. On further testing, it seems to be a problem .handlebars files, and not .html files. Still...

@Aigeec From what I understand `xhr.responseText` is supposed to contain the entire content of the response, per the official specification.

_bump_ This is a blocking issue for using oboe.js with web workers, which results in a massive performance boost.

Simple example web worker, enabled by this patch: ``` importScripts('/js/oboe-browser.min.js'); self.onmessage = (evt) => { const cmd = evt.data.cmd; const url = evt.data.url; switch (cmd) { case 'start': return start(url);...

I would be interested in any chunking methods as well. PS: Although they should be identical `"![*]"` and `"!.*"` seem to process nodes at different speeds.

Managed to implement chunking, and it did make things much faster. ``` let chunk = []; const showChunk = () => { for (const item of chunk) { // show...

@jimhigson Is this project still active? And if not, are you looking for maintainers?