Meghan Denny

Results 585 comments of Meghan Denny

Thanks for the request! In the meantime this may be able to help you out https://github.com/nektro/SiteRippers ``` ./SiteRipper -site 'www.webtoons.com' ```

Hi! if this is still affecting you in the latest version of Bun (you may need to run `bun upgrade`) please leave a comment and let us know. for now...

if this fails with this remedy I'll move it to a separate file and do the install outside the test

does this still reproduce for you? it appears to be working as of Bun 1.1.9. you may need to run `bun upgrade`.

do you have a file that reproduces this? I'm happy to investigate this if it is still impacting you

the install instructions for Windows are: ```powershell powershell -c "irm bun.sh/install.ps1 | iex" ``` please let us know if that works on your machine

`null` is indeed an object so I'm leaning towards this is indeed expected behavior. will followup after I can test in other libraries

does this still reproduce for you? brotli support was added in [Bun 1.1.8](https://bun.sh/blog/bun-v1.1.8#new-brotli-support-for-node-zlib) and some http improvements made it into [Bun 1.1.9](https://bun.sh/blog/bun-v1.1.9#node-js-compatiblity-improvements).