Ilya Kreymer
Ilya Kreymer
**Is your feature request related to a problem? Please describe.** It would be useful to be able to set a custom attachment filename through the Content-Disposition header. **Why is your...
Since kiwix-desktop use a custom scheme, to enable support for the service-worker based replay, the following flag should be enabled: ``` scheme.setFlags(QWebEngineUrlScheme::ServiceWorkersAllowed); ``` https://doc.qt.io/qt-5/qwebengineurlscheme.html Hopefully this will make it work,...
**What can't you do right now?** Gzip supports having 'multi-member' gzip files, where essentially gzip files are concatenated one after the other. This is used in certain formats, such as...
This is more a question / inquiry about using halfix. I've just released an updated version of https://oldweb.today (https://github.com/oldweb-today/oldweb-today), which runs several browsers in JS-based emulators to run old browsers,...
It would be helpful for folks using grab-site and then replaying via replayweb.page to have grab-site generate a WACZ file after the crawl is done. (This workflow is mentioned in...
Support displaying a log of behavior events in real-time. - [ ] Add API for streaming behavior events from autobrowser (via redis pubsub?) - [ ] Add UI for displaying...
Improvements to support selecting from multiple in-page behaviors: - Implement calling the behavior API to get list of available behaviors - Implement UI for listing available behaviors and their metadata...
Implement UI for in-page automation, allowing for: - detection if behaviors can be run (eg. chrome based remote browser) - users to start and stop default/best behavior for a given...
Based on a few issues that have been reported, it seems the standalone deployment is far too complex and error prone. Some things to look into: - Using Traefik as...
Generating openapi 3 spec, with help of `apispec` library. Spec to be created automatically on load and accessible via an api path, eg. `/api/v1`