Michael Lai
Michael Lai
Digging in to the source code it looks like pnpm is currently using [`npm-packlist`](https://www.npmjs.com/package/npm-packlist) to determine which files to deploy so the behavior is already consistent with npm. It may...
I’ve got a working local pnpm patch based on this [Nuxt PR](https://github.com/nuxt/framework/pull/3909/commits). Misc. notes: - Client-rendered body teleports are added to the bottom of . Oddly, server-rendered teleports must be...
I am teleporting to an element outside of Vue in the raw html. I’ve created a [simple reproduction](https://github.com/michaelkplai/vitesse-ssr-teleport-bug) on top of the [vitesse template](https://github.com/frandiox/vitesse-ssr-template). Oddly enough I’m not getting a...
Would it be possible to provide the an equivalent of this.$site.pages from VuePress through the `useData` function? This would allow the following solution for VuePress to be implemented: https://medium.com/@z3by/build-a-better-search-in-vuepress-568680b6b8d4.
I think this discussion may also be related #1106. I also recently ran into this issue. The section of the documentation that mentions that missing tasks are gracefully ignored led...
I haven't looked at this problem in the last year and have since migrated away from the library. I created a reproduction previously: > [ reproduction](https://github.com/michaelkplai/vitesse-ssr-teleport-bug) on top of the...
Looking at the [commit history](https://github.com/unjs/nitro/commits/main/src/cli/commands/dev.ts) for `src/cli/commands/dev.ts`: - After v2.3.1, port couldn't be specified when using the `nitropack dev` command since the [port options weren't passed to the listen call](https://github.com/unjs/nitro/commit/710f9e5ab53eb8f0f5323c8f140327e69e6a7b46#diff-8430eac0f649ae8c33c6f079668ebf8672d503f415ad0f7c2eef7cfc8c2c658d:~:text=await%20server.listen(%7B%7D)%3B)....
I've also noticed that setting `node-linker=hoisted` also installs all dependencies even when `dedupe-peer-dependents` is set to `false`.
Encountered a very similar issue with the `argon2` package on pnpm v8.6.6.