Ezra Ashenafi
Ezra Ashenafi
I am getting a 404 not found error when accessing sitemap.xml for a site deployed on vercel. I get the sitemap in dev mode however. This error only seems to...
I'm having trouble installing your package on Atom. Keeps showing a unexpected end of file error from zlib
This PR adds the ability to selectively disable auto-imports for the `gql` function or vue-apollo composables. ``` export default defineNuxtConfig({ // ... apollo: { autoImports: { gql: false, 'vue-apollo': true...
### Environment - Operating System: Darwin - Node Version: v20.10.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
### Environment - Operating System: `Darwin` - Node Version: `v20.17.0` - Nuxt Version: `3.13.2` - CLI Version: `3.14.0` - Nitro Version: `-` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the bug When trying to access the value of a custom header inside an *OnRejected* interceptor for an error reponse, it will always come up undefined. This happens...
Resolves #101 Ensures the first word is transformed to *Upper-first* regardless whether or not it's an exception word ``` titleCase('a-world') // Before 'a World' // After 'A world' ```
Partially fixes #95 and #92 (marking as partial fixes as they also exhibit the issue in #101) Resolves #96 `splitByCase` has inconsistent behaviour when dealing with whitespaces. Adding whitespace as...
### Environment - [email protected] - [email protected] ### Reproduction ``` titleCase('in world') // actual: in World // expected: In World titleCase('and then') // actual: and Then // expected: And Then ```...
Resolves #283 This PR, for `parseFilename` - Fixes incorrect access of options - Exposes a `ParseFilenameOptions` interface - Refactors tests for readability improvements and adding cases without options