stefanprobst

Results 53 issues of stefanprobst

re-opening #993 because the fix in #1063 has been reverted in #1132

bug

when deploying a site with a [base path](https://docs.astro.build/en/reference/configuration-reference/#base) (e.g. www.example.com/my-site), the requests to the `/api/keystatic` endpoints currently don't take the base path setting into account, i.e. keystatic will try to...

enhancement

this may just be a documentation issue, but using multiple mdx fields in a collection which allows nested paths does not work. issue repro: https://github.com/stefanprobst/keystatic-mdx-nested collection has: ```ts posts: collection({...

documentation

### Description The [vue range slider example from the docs](https://ark-ui.com/react/docs/components/slider#range-slider) crashed with the following error: ``` Cannot read properties of undefined (reading 'max') at Proxy. (./node_modules/.pnpm/@[email protected][email protected]/node_modules/@ark-ui/vue/dist/components/slider/slider-thumb.js.js:18:80) ``` the only difference...

### Environment ```bash Developement/Production OS: linux Node version: 20.16.0 Package manager: [email protected] Radix Vue version: 1.9.3 Vue version: 3.4.37 Nuxt version: 3.12.4 CSS framework: [email protected] Client OS: linux Browser: firefox...

bug
v2

**Environments:** - Prettier Version: 3.3.2 - Running Prettier via: cli - Runtime: node 20 - Operating System: linux **Expected behavior:** `prettier` allows setting a custom cache location via the `--cache-location`...

status:needs discussion
area:cli

the current Inter embed link https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap does not include an "italic" style. the current official link is: https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap note that Inter on google fonts was recently changed: there is no...

enhancement

### Environment - Operating System: Linux - Node Version: v22.8.0 - Nuxt Version: 3.13.1 - CLI Version: 3.13.1 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...

upstream

when a custom richtext-field widget defines required fields in their schema, the validation is not respected and the document can be saved even when the required fields have not been...

it would be very cool if the following schema was supported: ```ts content: fields.mdx({ label: "Content", components: { Widget: wrapper({ label: "Widget", schema: { title: fields.text({ label: "Title", }), summary:...