Ezra Ashenafi

Results 11 comments of Ezra Ashenafi

@ydhn Could you please publish your fork?

@andr00w A working solution for me is to import from `@otplib/core`

Thanks @sgelves, it solved the problem for me. It still hasn't been released however, which is very disappointing.

For my usecase, I accept a logLevel arg and I'm looking to normalize/transform it to either an enum or a number alongside validation. Would this kind type transformation be a...

Would you consider exposing a `meta` field, that combines both [dependenciesMeta](https://pnpm.io/package_json#dependenciesmeta) and [peerDependenciesMeta](https://pnpm.io/package_json#peerdependenciesmeta)?

> what you're asking for is what this issue is asking for. pnpm install --force does install optionals. This issue tracks the request to make it not do that anymore....

Interesting behaviour I noticed is that having `"tsConfigPath": "tsconfig.json"` would also cause the cli to malfunction where `tsconfig.json` has the following contents ``` { // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json" } ```

@danielroe This bug seems to have been introduced in #31528. The path segment `"[...layout]"` resolves differently for `[...layout]/page-[page].vue` and `[...layout]/index.vue` (`"/:layout([^/]*)*"` and `"/:layout(.*)*"` respectively). This breaks the exact parent path...

> if you're only using tsserver plugins then it should respond with the quickinfo that takes volar into account @orta While testing on the starter astro repo, i found that...

@johnsoncodehk Did some preliminary testing with MDX, and it doesn't provide a reliable experience yet, so it's subject for more testing and a future PR > But the Vue language...