Ecosyste.ms: Timeline

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

yasuhiro-yamamoto

yasuhiro-yamamoto pushed 1 commit to main yasuhiro-yamamoto/stylex
  • fix: use ESM imports in CLI (#854) 95caddc

View on GitHub

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

View on GitHub

yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/nextjs-playground
  • リンク修正 010cb16
  • Merge branch 'feat/embla-carousel-option' 1b5e454

View on GitHub

yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/nextjs-playground
  • 左右見切れるスライドUIのサンプルを追加 edcd7f4
  • Merge branch 'feat/embla-carousel-option' 1423932

View on GitHub

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

View on GitHub

yasuhiro-yamamoto deleted a branch yasuhiro-yamamoto/embla-carousel

fix/issue-899

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!

View on GitHub

yasuhiro-yamamoto pushed 2 commits to main yasuhiro-yamamoto/stylex
  • fix: preserve camelCased Variable names when being assigned a value in stylex.create 4ff1333
  • fix: bypass kebab-case conversion for CSS variable names (#834) d21f534

View on GitHub

yasuhiro-yamamoto deleted a branch yasuhiro-yamamoto/stylex

fix/issue-821

yasuhiro-yamamoto created a comment on a pull request on facebook/stylex
@nmn Thanks for letting me know! Glad the issue is resolved.

View on GitHub

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.

yasuhiro-yamamoto starred aidenybai/react-scan
yasuhiro-yamamoto created a branch on yasuhiro-yamamoto/nextjs-static-exports

main