Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

yasuhiro-yamamoto

yasuhiro-yamamoto created a comment on a pull request on davidjerleke/embla-carousel
@davidjerleke Thank you for your response. Yes, I can reproduce the issue with the steps provided in the Issue. Here are the key points that I've confirmed also reproduce the issue in playgro...

View on GitHub

yasuhiro-yamamoto pushed 1 commit to fix/issue-899 yasuhiro-yamamoto/embla-carousel
  • Fix: Ensure consistent removal of unnecessary arrays across different display counts ef0641e

View on GitHub

yasuhiro-yamamoto opened a pull request on davidjerleke/embla-carousel
#899 - Fix canScroll calculation for fractional slide widths
The issue was caused by rounding differences between actual slide widths and offsetWidth calculations: - When using NodeRects for size calculations, offsetWidth returns integer values even when ...
yasuhiro-yamamoto created a branch on yasuhiro-yamamoto/embla-carousel

fix/issue-899 - A lightweight carousel library with fluid motion and great swipe precision.

yasuhiro-yamamoto created a comment on an issue on vitejs/vite
I had the same issue and downgrading esbuild solved it. ``` npm i -D [email protected] ```

View on GitHub