Ecosyste.ms: Timeline

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

facebook/stylex

pauchiner starred facebook/stylex
Jta26 created a comment on a pull request on facebook/stylex
+1 I recommend a new PR. In the past I've had issues where the Vercel CI job randomly fails when you touch the package-lock file after rebasing

View on GitHub

aminaopio created a comment on a pull request on facebook/stylex
> @aminaopio I'm still seeing a bunch of conflicts on this PR. I don't think the rebase worked. Are you sure you pulled the latest `better-playground` branch from the stylex repo? @nmn So it's b...

View on GitHub

nonzzz opened a pull request on facebook/stylex
Feat: Using `@dual-bundle/import-meta-resolve` replace `esm-resolve`
## What changed / motivation ? In the past we used `esm-resolve` to resolve es-based projects. But we need write two sets of code for `cjs` and `esm`. In `cjs` we using `require.resolve` and in ...
pitikul starred facebook/stylex
nmn created a comment on a pull request on facebook/stylex
If this is too challenging, you can try creating a new PR from scratch and copy paste the relevant changes.

View on GitHub

nmn created a comment on a pull request on facebook/stylex
@aminaopio I'm still seeing a bunch of conflicts on this PR. I don't think the rebase worked. Are you sure you pulled the latest `better-playground` branch from the stylex repo?

View on GitHub

nmn pushed 1 commit to main facebook/stylex
  • feat: rollup plugin support generate file with pattern (#815) * feat: rollup plugin support generate file with patte... 347ebef

View on GitHub

nmn closed an issue on facebook/stylex
[hash] in fileName
### Describe the feature request Hello, I'm using the rollup plugin and I went to output the css file with a hash, I tried adding `[hash]` in `fileName` but it doesn't get replaced by a hash, can ...
nmn closed a pull request on facebook/stylex
feat: rollup plugin support generate file with pattern
## What changed / motivation ? Until now I found that no one has implemented it. ## Linked PR/Issues Fixes #778 ## Additional Context <!--- Screenshots, Tests, Breaking Change, Anyt...
nmn created a comment on a pull request on facebook/stylex
Thanks!

View on GitHub

nmn pushed 1 commit to main facebook/stylex
  • docs: fix typo in `03-descendant styles.mdx` (#823) 52f25e8

View on GitHub

nmn closed a pull request on facebook/stylex
Update 03-descendant styles.mdx
Fixes typo
nmn deleted a branch facebook/stylex

fix/late-compilation

nmn pushed 1 commit to main facebook/stylex
  • fix: avoid traversing on `Program:enter` (#786) * fix: avoid traversing on Program:enter * chore: add a test for pre... 82ce61f

View on GitHub

nmn closed a pull request on facebook/stylex
fix: avoid traversing on `Program:enter`
## Better compatibility with pre-transformation StyleX is sometimes used alongside other code transformation that can generate StyleX code. Examples include the React-Strict-DOM Babel plugin and...
nmn pushed 22 commits to fix/late-compilation facebook/stylex
  • chore: add explainer comment back in e099ab1
  • fix: don't 'content' values in quotes unnecessarily (#782) * Correctly parse functions like counter, url, etc, added... 42f70e4
  • [feat] add caching for CLI file transform (#790) 1b019be
  • fix: add support for view-transition-name in ESLint valid-styles rule (#789) eb1e4a2
  • feat: dynamic styles set inherits to false (#794) * feat: dynamic styles set inherits to false * update tests 30b5300
  • fix: Use POSIX paths when inserting import statements (#795) 89d91e4
  • [feat] add support for custom CLI cache path (#792) 52e4846
  • fix: Use POSIX paths when inserting import statements correctly this time (#797) 3e5a229
  • fix: do not use path.posix.relative (#801) * fix: do not use path.posix.relative * prettier c882412
  • chore: make cli testing async (#804) 92f98e7
  • feat: add autofix for logical to inline properties in valid-styles rule (#805) f9ec2b4
  • chore: fix @property inherits syntax (#806) 95feb9f
  • feat: add dynamic styles to benchmarks fixture (#807) * feat: add dynamic styles to benchmarks fixture * fix styl... 848bd85
  • feat: better dev theme names (#803) * prefix dev classnames with property name * added debug config and babel tests ... a21e739
  • fix valid-shorthands null object error from null css-shorthand-expand return (#814) db00997
  • fix: add inline processing for borderWidth, borderRadius, borderColor, borderStyle to valid-shorthands (#817) 7f545cf
  • fix: Babel plugin should no longer require `unstable_moduleResolution.rootDir` (#820) c43e68a
  • docs: Implemented "recipe" page (#791) * Implemented recipe page with examples of common styling patterns 2d9ceaa
  • docs: iterate on recipes section (#822) Co-authored-by: Amina <[email protected]> bf41ee3
  • feat: Better, granular error messages (#802) * feat: Better, granular error messages * fix errors * feat: Even bette... b8baa50
  • and 2 more ...

View on GitHub

kirokiller starred facebook/stylex
nonzzz created a review comment on a pull request on facebook/stylex
My bad, now i update the code :)

View on GitHub

nonzzz created a review on a pull request on facebook/stylex

View on GitHub

nucleartux opened a pull request on facebook/stylex
Update 03-descendant styles.mdx
Fixes typo
nucleartux forked facebook/stylex

nucleartux/stylex

aminaopio created a comment on a pull request on facebook/stylex
> I'm so sorry. I suggested rebasing on `main`, but what I meant was rebasing onto `better-playground`. That's my bad, I didn't notice > Can you re-rebase onto the `better-playground` branch....

View on GitHub

nmn deleted a branch facebook/stylex

feat/better-compiler-errors

nmn pushed 1 commit to main facebook/stylex
  • feat: Better, granular error messages (#802) * feat: Better, granular error messages * fix errors * feat: Even bette... b8baa50

View on GitHub

nmn closed a pull request on facebook/stylex
feat: Better, granular error messages
## Work in Progress ## Improve error messages When there is a compiler error, the error should point at the exact source of the problem and, when possible, provide a good message to suggest h...
nmn deleted a branch facebook/stylex

docs/recipes-iteration

nmn pushed 1 commit to main facebook/stylex

View on GitHub

nmn closed a pull request on facebook/stylex
docs: improve the recipes section further
## What changed / motivation ? Iterate on the recipes section.
nmn pushed 1 commit to docs/recipes-iteration facebook/stylex
  • docs: iterate on recipes section 4270bf2

View on GitHub

Load more