Pooya Parsa

Results 2281 comments of Pooya Parsa

Hi. You can use TSConfig to change jsxFactory settings generating solid output. If you can share you repo i can help better :)

A nice reference by @crutchcorn here for anyone wondering how: https://github.com/cmgriffing/shiki-magic-move/pull/3 (closing to track from #398 as docs)

Nice work! One important point is that for server-side, you can actually leverage built-in db layer ~> https://github.com/sandros94/nuxt-pglite/issues/7

Isn't valkey server API compatible with redis?

Hi. We have `getItemRaw` that can be implemented and return the buffer/raw value. PR welcome to add that.

Please followup https://github.com/nitrojs/nitro/issues/1943#issuecomment-2573016133 for latest usage and updates.

@dario-piotrowicz any update on this 🙇🏼

Thanks for the update, dear @dario-piotrowicz! `readConfig`/`unstable_readConfig` looks promising, but the issue is, Nitro build with cloudflare preset should work without an external dependency on `wrangler` as we are trying...

Yes as long as you are ok with rebundling `wrangler/config` it should be fine. My only concern now is additional pkg size overhead for nitro if we do bundle. I...

Wrangler has already couple of `dependencies` in package.json, i was suggesting to also list these there. For alternative, a sync script here can bundle `wrangler/src/config/*` from git upstream instead of...