em429

Results 6 comments of em429

I ran into the same, plus I ran into `autorestic check` transforming my `copy` key into `copyoptions: {}` which a consequential check detected as a problem, and had to manually...

I had the same problem — Firefox is introducing manifest v3 though so might not be a problem for long.

I understand snowpack is used to bundle freezedry into playwright; is there a direct way of doing this, without running playwright in the test context, but when using it as...

> Hi, glad you like freeze-dry. Running freeze-dry in a headless browser is indeed the solution; using a test framework like playwright may be unconventional, but seems at least worth...

Success!! Thanks so much! I managed to get vite bundling going and got a working cli PoC, for example: ```bash node freeze.js https://100r.co > 100r.html ``` This assumes the vite...

I realize this is intended so it's a feature, not a bug — I chose the bug issue type because of the severity, hoping it would get more attention this...