Lucie

Results 18 issues of Lucie

### Is your feature request related to a problem? Please describe. According to Vue Telemetry there are now more static websites than non-static websites: - Static: https://api.vuetelemetry.com/showcases/count?framework.slug=nuxtjs&isStatic=true - Non-static: https://api.vuetelemetry.com/showcases/count?framework.slug=nuxtjs&isStatic=false...

## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [x] New feature (a non-breaking change which adds functionality) - [ ] Breaking...

enhancement

### Version - Prismic CLI version (know it by running `prismic --version`): 3.8.0-beta.0 & previous ### Reproduction 1. `npx create-nuxt-app` (default preset is fine) 2. edit `nuxt.config.js` to have it...

bug

### Versions - slice-machine-ui: v0.1.1 & v0.1.0 - node: 16.6.0 ### What is going on Currently `slice-machine-ui` [doesn't declare `node-fetch` as a dependency](https://github.com/prismicio/slice-machine/blob/master/packages/slice-machine/package.json#L106) but [relies on it](https://github.com/prismicio/slice-machine/blob/master/packages/slice-machine/start/index.js#L25). `node-fetch` being a...

bug

Before it becomes too complicated it'll be nice to rename & migrate current packages to `prismicio` or a new `slicemachine` (can make more sense I think?) npm organization. Migration suggestions:...

enhancement

## Summary Improving slices workflow for developers by preventing code duplication and for content writers by improving the writing room with a new feature allowing variations of a same slice....

rfc

## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) -...

## TL;DR; Temporary Fix You're likely experiencing this issue if you're: - On Nuxt `2.15.4` or later; - Using PostCSS 8 (if you're using `@nuxtjs/tailwindcss 4`, your are). Disabling `icss`...

## Types of changes - [x] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) - [x]...

v7

### Is your feature request related to a problem? Please describe. A best practice when querying multiple pieces of content is to run requests concurrently using `Promise.all`, potentially dividing the...

enhancement