Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yasuhiro-yamamoto pushed 1 commit to main yasuhiro-yamamoto/stylex
- fix: use ESM imports in CLI (#854) 95caddc
yasuhiro-yamamoto pushed 6 commits to main yasuhiro-yamamoto/stylex
- fix(@stylexjs/eslint-plugin): Remove false positive in valid-styles when import contains extension (#840) Check all ... 184a3d4
- docs: Typo fix in descendent style recipe (#843) 2b7123f
- docs: fix typo on variants recipe ecba220
- fix(@stylexjs/babel-plugin): Support .js resolved file extension imports from .ts files (#839) * Try resolving all f... 06ffe7e
- feat: replace crypto with murmurhash for cli caching (#850) d16e60e
- fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/nextjs-playground
yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/nextjs-playground
yasuhiro-yamamoto pushed 2 commits to master yasuhiro-yamamoto/embla-carousel
- Bug fix for #899. Co-authored-by: Yasuhiro Yamamoto <[email protected]> Co-authored-by: David Jerleke <davi... 266ef1b
- Merge pull request #1096 from yasuhiro-yamamoto/fix/issue-899 [Bug]: Offset by 1 issue for canScrollNext when tab si... 1b01939
yasuhiro-yamamoto created a comment on a pull request on davidjerleke/embla-carousel
Thank you for your feedback! I'm really glad I could help. This is such a great library, looking forward to contributing more!
yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/stylex
yasuhiro-yamamoto created a comment on a pull request on facebook/stylex
@nmn Thanks for letting me know! Glad the issue is resolved.
yasuhiro-yamamoto opened a pull request on facebook/stylex
fix: bypass kebab-case conversion for CSS variable names
## What changed / motivation? Fixed an issue where CSS variable names in camelCase were being incorrectly converted to kebab-case. The bug occurred because StyleX was applying its camelCase to keb...yasuhiro-yamamoto created a branch on yasuhiro-yamamoto/stylex
fix/issue-821 - StyleX is the styling system for ambitious user interfaces.