Pooya Parsa

Results 2282 comments of Pooya Parsa

i couldn't find a pkg-types repro... However if issue was about windows only, it might have been fixed with pathe releases. we might enable test matrix for windows to try.

@aa900031 definitely this s a nice PR and also required for us! I need to refactor some changes before merging to the main.

Some (many) of our presets are set up with the ability to have one deployment and do not support preview branch deployments. Best we can do is to automate the...

Thanks for explaining. I'm aware of this possibility but presets need to have unit tests to be passed before merging them on a nitro PR. This repository is meant to...

Thanks for PR dear @kingtimm and sorry it is delayed. Main reason is that, the consumer libs (mainly unjs/h3) are already doing this normalization. It is not a breaking-change per-se...

Hi dear @kingtimm. I had been thinking about this for a while and while in some direct usecases it makes sense, i think it would be the best to let...

Hi @Skarlett. Can you help with making a PR for adding examples?

Hi. Can you please elaborate more about expected new feature how API looks like?

From rou3 0.4x (#118) it is possible: ```js import { createRouter, addRoute, findRoute } from "rou3"; const router = createRouter(); addRoute(router, "", "/hello/:name", {}); addRoute(router, "", "/hello/:min", {}); /** [...

Native route matching added in https://github.com/unjs/radix3/pull/107