Mitra Ardron
Mitra Ardron
I'm trying to figure if this would help a problem I've got ... someone wants to use ES6 modules (in the browser) to import our https://github.com/dweb-transports library, which currently includes...
Does anyone know if this (using rollup) has been done successfully for IPFS. I think that if IPFS has a successfull rollup then I can either import it in my...
Ok - I'm presuming no answer means no-one has managed to get IPFS work in ES6 modules - which is unsurprising given IPFS's dependency complexity and the challenges of these...
Yes - the excitement does seem a bit premature :-). We've pulled IPFS out of dweb-transports anyway because of the webpack/Uglify issue ( #2411 ) it was getting too hard...
Its great to see this - as its crazy that in JS you end up adding a MB or so to a file each time you use one function from...
Any thoughts on this . would using ESM make it hard to have javascript that can be used in both node & browserify (or equivalent)
Yes - I'd read that post before asking. It refers to switching format to .mjs and changing the import format to: `import a from "./a"` Its not at all clear...
Yes - lunr looked really good at first glance, simple to integrate and with the right kinds of features, but someone else noticed that its holding the index in memory,...
Did anyone solve this, or find an alternative search engine with lunr's simplicity but that can read/write a database. Our context is a server, intended to run offline where the...
I'm trying to find a conclusion to this, did anyone succeed in getting sharp to write to a readableStream that could as suggested above be piped to a request from...