Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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...
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 ...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.
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?
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
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 pushed 1 commit to main facebook/stylex
- docs: fix typo in `03-descendant styles.mdx` (#823) 52f25e8
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
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 ...
nonzzz created a review comment on a pull request on facebook/stylex
My bad, now i update the code :)
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....
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
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 pushed 1 commit to main facebook/stylex
- docs: iterate on recipes section (#822) Co-authored-by: Amina <[email protected]> bf41ee3
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