Toms Dobrovoļskis

Results 5 issues of 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. ![image](https://user-images.githubusercontent.com/25039646/156526320-ee90de1e-6fa0-48f5-af0f-661f6264093b.png) ![image](https://user-images.githubusercontent.com/25039646/156526384-bfdf68ea-416f-490f-ad0b-adb7ff387064.png)

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...

enhancement
vitest-environment

### **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'...

tracked

### 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...

pending triage
possible regression

### 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"`....

bug