MrFoxPro

Results 111 comments of MrFoxPro

Any workarounds so far?

This details were printed with ABS ![IMG_20230204_162747](https://user-images.githubusercontent.com/17229619/216764904-753afa24-c9bd-4ac7-bdeb-a20e16c3f920.jpg) 4.25$ per piece

> You can call [`.backtrace()`](https://docs.rs/anyhow/latest/anyhow/struct.Error.html#method.backtrace) on the error value to get a backtrace you can print if `RUST_BACKTRACE=1` or `RUST_LIB_BACKTRACE=1` is used. it used Rust std::backtrace, so there is no...

At the same time, https://argyleink.github.io/scroll-timeline/dist/scroll-timeline.js works, but it doesn't follow specs.

https://github.com/mentaljam/rollup-plugin-html2/pull/7

@chouzz seems like this is still a problem: https://github.com/user-attachments/assets/cd469cd0-070d-4d4b-ad33-86d79db7158b

oops, sorry. didn't notice this issue exists here are two .heic images so you can test on them [heic-images.zip](https://github.com/LGFae/swww/files/14733408/heic-images.zip)

> `isSSR` means currently ssr transform happening and `options.ssr` means enable building ssr output > > So logic would be.. > > ```js > const generate = isSSR ? "ssr"...

From discord [[1]](https://discord.com/channels/722131463138705510/722131463889223772/1129121854888624199) > I made SSG prerendering, however, some HTML pages I want to make hydratable, others not. Currently I can only set hydratable: true or false. I would...