Jacopo Scazzosi
Jacopo Scazzosi
@jeswr in Quadstore I use a custom `AsyncIterator` that wraps the `AbstractIterator` instance returned by the LevelDB backend: https://github.com/belayeng/quadstore/blob/2a538b729df63351dc587bc15b83cc7283cba9d2/lib/get/leveliterator.ts#L14 The other custom `AsyncIterator` I use is the sorting iterator, to...
If possible at all, I would also suggest dropping `readable-stream` in favor of `asynciterator` wherever possible.
Just in case it can help: I've been using Webpack 5.x on `quadstore-comunica` with the following config (admittedly somewhat awkward): https://github.com/belayeng/quadstore-comunica/blob/5e8bdbc0abf36f02ed88fc41c801c0dd07b9f65a/engine/webpack.config.js . This creates an isomorphic bundle that works both...
I echo this request - my use case is using html `div` blocks to quickly style sections of my documents while retaining the ability to write their contents in markdown.
Interesting benchmark: https://chevrotain.io/performance/
I suspect that this is also what is preventing usage of `quadstore-comunica` in Deno: ```sh error: Uncaught ReferenceError: require is not defined if (require.main === module) { ^ at https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/sparqljs.js:1900:5...
@RubenVerborgh would you accept a PR that manually removes that code? It's bound to be at least somewhat hacky, though.
Has anything more been done on this?
@RubenVerborgh I was having a look at the current typings to see whether I can make a PR for this. Looks to me like the change to be made should...
Thank you @AlexeyMz !