Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

Thanks for helping to build easier e-commerce data extraction. Overall, e-commerce sites that I've tested that use ld+json tend to consistently contain brand, product name, and sku information in a...

Hi, we're also experiencing this issue. When we run Jest on "Component A" that is consuming "Component B" built with babel, we see the following output: `styled.keyframes.withConfig is not a...

@probablyup we are importing `styled` as a default export and `keyframes` as a named export as you've described. I updated my comment above to include links to the source code...

Following up on [my comment above](https://github.com/styled-components/babel-plugin-styled-components/issues/216#issuecomment-501866961), my team and I are using this workaround to avoid the `styled.keyframes.withConfig is not a function` error: [View source for 'Spinner' component](https://github.com/telus/tds-core/blob/84c78b58c4f2b9d3e0cff9ac3056a23bac0d9238/packages/Spinner/SpinnerSvg/SpinnerSvg.jsx#L11-L12 ) ```jsx...

This is a duplicate of #87. I am also interested in finding a solution.

This affects my usage of the component. Seeing that react-flexbox-grid consumes plain CSS from flexboxgrid2, it's not straightforward to override CSS4 variables programmatically. I was thinking of approaching this problem...

Thanks @tanhauhau for sharing those ideas, those techniques should come in handy! I guess I'm searching for "Svelte thinking" when it comes to forwarding events, and cross-component communication. There's no...

@Mlocik97 thanks for taking the time to share those helpful examples. They're similar to my Alternative (2) since they utilize JS variables to define colour (bound to color ``s), and...

Thanks for the explanation 😃, I have a better grasp of how `depends` and `goto` work now. Though I think the lessons here deserve some elaboration on the docs; and...

**:eyes: Update 1 (2022 September 12): added Undici snippet** --- > I added the banner like explained here: https://github.com/evanw/esbuild/issues/1921#issuecomment-1152991694 > — @spheenik I'm facing issues as well running: - `@sveltejs/[email protected]`...