Rebecca Stevens

Results 253 comments of Rebecca Stevens

I've got the same issue but I'm always getting png images. (My source images are png, so I imagine that's why png instead of jpg)

I believe this library bundles all it's dependencies.

If you need a quick fix, I'd recommend [deepmerge-ts](https://www.npmjs.com/package/deepmerge-ts)

I think for now we can mark this as done. The majority of the happy-paths work. To fix everything would probably require some fundamental restructuring of the library (if it's...

The type issues should only show up when you go looking for them (such as sync operations working with async types (e.g. accepting promises)). I'll look into that `flatMap` one.

installing webkit2gtk4.0 fixed things for me on nobara 39

Ahh, so if the issue is that `@unocss/postcss` can't transform the HTML, would I use a different integration in conjunction with the postcss one to simply to do this transform?...

Hmm, I might be able to do something like that. I am using postcss with in my nuxt project (I'm using `@unocss/nuxt`). I'm not exactly sure how to do it...

I haven't been able to get this to work. The `@unocss` directive doesn't get transformed using `@unocss/nuxt`. I tried switching to `@unocss/postcss` and it does now get transformed, but it...