Umar Gora
Umar Gora
There doesn't seem to be an API to add multiple items to the cart, is this something that is planning on being added. I know this is supported by the...
im currently trying to initialise a new prismic project and integrating it with my next js app. when running the following command ```npx @slicemachine/init --repository tridentlabs && npm run slicemachine```...
### What is the location of your example repository? _No response_ ### Which package or tool is having this issue? Other / I don't know ### What version of that...
Hey, not really an issue. would this work? its just that i have over 200 md files (blog posts) and over 1000 images ``` { resolve: `gatsby-plugin-netlify-cache`, options: { extraDirsToCache:...
### Description This PR fixes React 19 compatibility issues in Spectacle by replacing all usage of the deprecated `defaultProps` pattern with styled-components' `attrs` method. React 19 removed support for `defaultProps`...
Adds external link validation to spot dead links (status code != 200) while keeping existing internal link checker. Fixes https://github.com/fastify/fastify/issues/6385 #### Checklist - [x] run `npm run test && npm...