Ilya Kreymer

Results 610 comments of Ilya Kreymer

Thanks for the quick reply! In my case, the download is from a fixed service worker api endpoint, eg `/api/.../dl`. The way the system is setup, the service worker knows...

i've spent a bit more time trying to get service workers to work in kiwix-desktop. First, would definitely need a later Qt, as per kiwix/kiwix-build#403 as the chromium that ships...

Yes, there's nothing specific to http. It runs on https too of course. The system requires fetch and service worker support, though. Here's an even simpler zim designed to test...

FWIW, Electron finally fixed support for service workers with custom protocols, so perhaps this may be more feasible as well.

Great, thanks for taking a look! If there's at least a way to get the amount of data consumed after first member (couldn't find that in the current state object),...

> @ikreymer if you still need this for WARC, could you explain why exactly you need access to the byte offsets of each new member? At the moment I'm thinking...

Another high-level API, which would be super useful, and essentially becomes easy to support, given the core `ipfs files concat` functionality, is a way to start with a single file...

> @ikreymer too complex. You'd simply: > > `ipfs files concat yourfile:0:20 yourfile:21:40 yourfile:41:` yeah, I guess could live with that, was just thinking the separate split file makes for...

I've implemented a small library in JS that includes `concat` as well as some related utilities that are useful for the web archiving use case: https://github.com/webrecorder/ipfs-composite-files

Apologies for late response.. Do you see any errors in the docker-compose logs, eg. `docker-compose logs app` especially? Have you changed any default settings?