Sunshine

Results 211 comments of Sunshine

Hi @j-balint, The `-b` option there is meant to be mostly for https:// URLs, e.g. to pull more resources from the internet, if converting a conventionally saved file+folder HTML page...

Hi there @piperun, `rustls` doesn't work with most websites that I tried to use it for, it probably just doesn't have access to locally-installed certs the way openssl does. That...

Using Chromium headless, what if you give it more time before printing the output into the STDOUT? I think it's `--virtual-time-budget=10000`.

That's odd. And what if you "save page as" via the browser, does it open the result from file:///? you can use monolith on local files by the way, just...

Uh-oh. Thank you for trying it. I'll look into he out-of-memory issue along with checking to see how I can improve monolith for Facebook pages. I know that website isn't...

There's always SingleFile browser extension, that will probably work quite well.

It would likely crash the browser even if it was doable... what's the total combined size of all those HTML files?

I think you could "monolithify" them one-by-one, and then do `cat *.html > one-big-file.html`... then when you open it in the browser, it should render all that as one page,...

Hello Cangyuan, Thank you for letting me know about this issue. I'll look into this, believe it should be super easy to resolve.

It looks like GitHub no longer offers 18.04, only 20.04 is available as the oldest version of Ubuntu. I think I could in theory make it build in a Docker...