Pooya Parsa
Pooya Parsa
Seems good start only would you mind separating PR for `jiti.import`?
I've added new `jiti/native` (https://github.com/unjs/jiti/pull/289) to experiment with it. I think if vitest can have a specific export condition it would be much safer to rely on that. For bun...
Hi dear @Kikobeats. I made changelogen to move away from standard-version too. Ans yes! It is compatible and will append new release notes to the exiciting CHANGELOG.md. Also you can...
Sorry i will try to be back on this as soon as I can (probably next week, sorry again). For the digest, we have talked with @antfu and @GalacticHypernova to...
Thanks for PR. Having drivers standalone for hyperdrive as current seems better idea.
can you check failing tests?
Hi dear @GalacticHypernova. Coming back to this, i think we might support type safety via unstorage itself. If you have a solid idea feel free to open an issue in...
I think for first step, we can introduce a `updateGithubIssue` utility, it can search for github issues and update first with `v{x.y.z}` title or create a new one. Dealing with...
Thanks for the issue. In fact Nitro extends route rules (as single source of trust) from public assets ([src](https://github.com/nitrojs/nitro/blob/54ddb7546772e55cf3345ea5480198f0641d8776/src/config/resolvers/assets.ts#L39-L54)). Note: Base URL of `/` is considered a "fall though" (because...
Found regression, after compiled routing (#3575) route rules were being applied after global middleware (serve static was one of them) therefore missing additional headers. https://github.com/nitrojs/nitro/commit/9fe8cd4655b0b53c07d77b0a56acb8d5f330d529 fixes is.