web-garden icon indicating copy to clipboard operation
web-garden copied to clipboard

Building blocks for making progressive and future-proof websites. Components collection features Astro, HTML, SCSS, JS, TS… Configurations features ESLint, Prettier, Stylelint…

Results 20 web-garden issues
Sort by recently updated
recently updated
newest added

I see you are using an intersection observer to auto play and pause the asciinema player: https://github.com/JulianCataldo/web-garden/blob/2ab3ccd9204b3e0a024f8e8271b9da872103132f/components/TerminalPlayer/TerminalPlayer.astro#L66-L78 It's a nice to have, but unfortunately as it's not configurable, it's like...

I noticed the typo on the main page for Mermaid diagrams in Astro. I guess it pulls from here, but tbh I didn't check ![screenshot 2024-04-30 at 18 12 04@2x](https://github.com/JulianCataldo/web-garden/assets/2641205/10983a0a-77ae-44a2-a582-9f93fca4be6a)

This PR addresses a case sensitivity issue that occurs during the build process on AWS Amplify, even though the build succeeds on local macOS machine. The issue stems from the...

I noticed the module is failing to initialize tippy.js after navigating to a new page while using ViewTransitions. Is there any hope about get this feature in the future?

> ~~bodyMargin~~removeAllMargins={true} > ... > /> https://code.juliancataldo.com/component/astro-resets/#doc

I find I have to use the following CSS to make the images show up properly / as I want when I click them, is there a better way to...

My project was building fine on windows, but it wouldn't compile on GitHub pages. I traced it down to having the include being ```js import Lightbox from "@julian_cataldo/astro-lightbox/Lightbox.astro"; ``` Instead...