Jacopo Scazzosi

Results 150 comments of Jacopo Scazzosi

Just found this issue myself. For reference, I've recently been working on updating [quadstore-comunica](https://github.com/jacoscaz/quadstore-comunica) to the newly-released V3 of Comunica and the non-minified bundle for both server-side and browser-side usage...

Tested w/ node.js 0.12.0 and latest io.js, works like a charm.

@hellboy81 I've used `memwatch(-next)` to trigger `heapdump` with very good results so far. Saved me a ton of debugging.

Same here. This also breaks support for some of the .css themes as they look for '.hljs'-classed <pre> tags. EDIT: I'll elaborate a bit more. I have just updated all...

I'll have a look into it over the weekend. There seem to be two different issues at play: one is the default class being set to 'highlightjs' instead of 'hljs',...

@vweevers would you like some help with benchmarking?

@vweevers no pressure meant or implied. I depend on level packages through [quadstore](https://github.com/jacoscaz/quadstore) and I'd be happy to help an upstream dependency if I can find the time. Also, my...

Not an expert but this might have become possible with the introduction of the [Origin Private File System](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system), also referenced in https://github.com/Level/browser-level/issues/7 . EDIT: good pointers: https://github.com/emscripten-core/emscripten/discussions/19408 EDIT: more helpful...

> Would it be possible to move away from EventEmitters in favour for async generators or at worst a single function subscription pattern? In addition to @vweevers 's point, the...

@mbroadst unfortunately, I cannot. Sorry about that, I'd be more than happy to but that specific environment doesn't allow for it.