Sandro

Results 18 issues of Sandro

Migrates to Eleventy 3 **Tasks** - [x] Update to Eleventy v3 - [x] Migrate to ESM - [x] Migrate to directory methods - [ ] Any new feature of Eleventy...

**Describe the bug** Happy DOM v15.1.0 changed how events are handled. If the propagation of an event is stopped, the event target is set to `null`. However, this is different...

bug

**Your Environment** * **Prettier version**: 3.4.2 * **node version**: 20.18.0 * **package manager**: npm 10.8.2 * **IDE**: VScode **Describe the bug** **To Reproduce** Create a file with the following imports...

investigation

### Bug description The `IconDefinition` type defines the icon ligatures as `string[]`: https://github.com/FortAwesome/Font-Awesome/blob/41cfe644047fc3a4c49c22acc721cacc3e1021fe/js-packages/%40fortawesome/fontawesome-common-types/index.d.ts#L13-L21 But the icon ligatures are actually an array of numbers and strings, so the type should be...

needs-triage

Closes #8339 Several components like Dialog and Select set `data-pressed="true"` on the trigger while the corresponding overlay is open, which is often not desired for styling. As [outlined in the...

ready for review

### Operating system macOS Sonoma 14.2.1 ### Eleventy 3.1.2 ### Describe the bug I configured Eleventy to use the parent folder as input directory: ```js eleventyConfig.setInputDirectory("./../"); ``` When I run...

waiting-to-close
feature: ⏱️ watch

### Which project does this relate to? Router ### Describe the bug The `Link` component, custom link components created with `createLink()` and possibly `linkOptions()` only accept internal links but should...

enhancement
types