Antoni Sawicki

Results 52 issues of Antoni Sawicki

Now that WRP supports html templates for the UI, different versions could be provided for older and never browsers. Never could use basic JS and CSS to make them look...

help wanted

check the example https://github.com/chromedp/chromedp/issues/82 update for latest chromedp

This would allow some browsers that do not support png and cannot render broken gifs

navigation on google maps stopped working, even for zoom in/out

Currently WRP is a "personal proxy" and only handles one client at a time. Implement multi client mode. Either spawn new chrome/context for each client (with timeout) or new potentially...

enhancement

when browsing with height=0 and client scrolling the image sometimes appear to be duplicated and glued one after another see screenshot ![image](https://user-images.githubusercontent.com/8151602/97296222-9b0e9e00-180d-11eb-9bac-29ab712ecf4e.png)

currently when gif image option is used, a page screenshot is captured in png, then encoded to gif and page + gif link is returned to client browser instead, gif...

Maps and img should not be deleted immediately. Instead they should be deleted at some timeout/expiry.

implement image filtering / manipulation, such as better colorization, quantization, greyscale, gamma, etc possibly use https://github.com/disintegration/gift

enhancement

## What would you like to have changed? In addition to `archiver.FileSystem("filename.ext")` there should be a function that takes `io.Reader` or better `io.ReaderAt` and `size`. For example `archiver.NewFsReader(r io.ReaderAt, size...

feature request