Jon Clark

Results 28 comments of Jon Clark

@AntoLC Thank you so much for providing [your workaround](https://github.com/openfun/marsha/commit/d1b051ebca1b74eb9220fd51e8b25e9c01c4d5d4), it works for us! 🙏

If you're pressing CTRL+SHIT+C that might be your problem. Try SHIFT 😆

Well, I suck. Tests failed.. I had originally chosen this because it had the `applyLinksToStyleTags` option. But I ended up digging into the original https://github.com/Automattic/juice repo and realized that by...

@marcelpi I think the larger issue is how many tabs you have open! :astonished: But in all seriousness, this is weird!

@rafael-fecha We send the `Lottie` container to `styled-components`, and set color of the child `svg`: ```tsx const StyledLottie = styled(Lottie)` svg, svg path { fill: currentColor; // we use `currentColor`...

Because we don't support IE8 for our clients, I've forked slick to use `getBoundingClientRect` to get the list width, and then removed calls to `Math.ceil` when determining slide width. That...

@dankram Since you mentioned it I went to verify, and you're right, there are more changes that are needed. The translate3d value, called `targetLeft` still gets `floor`ed/`ceil`ed, and even if...