Trung Dang

Results 82 comments of Trung Dang

I can't believe a huge breaking error is unresolved for a month, along with the FOUC issue that has been present since the release of v4, starting to think I'll...

I can confirm the feature (`Publish to WebDAV`) works normally and Outlook is able to reach other WebDAV servers like [this Go implementation](https://github.com/117503445/GoWebDAV)

+1 simple aliases like ~/ for src/ also trigger "Inlined implicit external", this with the fact that alias breaks in stub mode and mkdist means unbuild doesn't support alias at...

Hello @pi0, heres a reproduction link: https://codesandbox.io/p/github/NamesMT/starter-ts/draft/musing-albattani (run the reproduce script) The warning is triggered using normal bundle mode and not mkdist, (but [mkdist also breaks](https://github.com/unjs/unbuild/issues/289)), alias is configured in...

I think I've implemented a very good base for a header-based session manager, it's still not fully finished though, you can see it and give your idea here: https://github.com/NamesMT/starter-fullstack/blob/main/apps/backend/src/middlewares/session.ts#L49

Hi @nakasyou, do you have a PoC of the helper you're creating?, If the `customHelper()` returns a `Response` I think currently we could do: ```ts const customHelper = (): Response...

> Hi. Please take a look at [npm `bundleDependencies`](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#bundledependencies) feature. It is closest to what you want to achieve. > As an alternative idea, we might extract [nitro externals plugin](https://github.com/unjs/nitro/blob/main/src/rollup/plugins/externals.ts)...

+1 for a first time tour for the keyboard shortcut without the toggler in the UI by default.

The idea seems good to me, If possible, I think adding a way to define a default type for unknown/certain status codes would be greatly appreciated, I'll try to bring...

I pushed a sample for the `DefaultResponse` support at NamesMT/hono@9248417, I don't know if this is most optimal way though, because `DefaultResponse` was added to many types. Also, now that...