Toms Dobrovoļskis
Toms Dobrovoļskis
The first-child of blockquote with text-indent: 1rem overlaps the blockquote::before 'open-quote' content. To address this issue, I propose changing the text-indent to 1.75rem for the first-child of blockquote.  
Hello! I would like to test a component which renders different child components based on the response of a single API endpoint. Is there any way of changing the response...
### **Description of Bug** When opening a project in Safari, I get the following error in the terminal: ``` [9:22:17 AM] ERROR callSite.getFileName is not a function. (In 'callSite.getFileName()', 'callSite.getFileName'...
### Environment ------------------------------ - Nuxt Version: 4.1.2 ------------------------------ ### Reproduction - ### Describe the bug Failed to find a valid digest in the 'integrity' attribute for resource 'https://somedomain.com/_nuxt/PeQVlOgK.js' with computed...
### Environment `ufo`: `1.6.1` ### Reproduction ```js import { parseQuery } from 'ufo'; parseQuery('filter[size][]=large') parseQuery('filter[size]=large') ``` ### Describe the bug Both `parseQuery('filter[size][]=large')` and `parseQuery('filter[size]=large')` return the same key value: `"large"`....