Ecosyste.ms: Timeline

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

facebook/stylex

nmn created a comment on an issue on facebook/stylex
@yasuhiro-yamamoto Sorry, my issue had the wrong expected output. I've reviewed your PR with correct expansion.

View on GitHub

nmn deleted a branch facebook/stylex

cli-cache-config

nmn pushed 1 commit to feat-relative-cache-path facebook/stylex
  • fix: add cache invalidation when on config change (#862) 411be7a

View on GitHub

nmn closed a pull request on facebook/stylex
fix: add cache invalidation on config change
## What changed / motivation ? Let's invalidate the cache whenever StyleX config options change: - Stringify config (without input/output paths, as accounted for) into key sorted JSON, hash out...
nmn created a review on a pull request on facebook/stylex
Looks good!

View on GitHub

nmn opened an issue on facebook/stylex
Define `stylex.positionTry` and `stylex.viewTransitionClass` APIs
CSS now has a `@position-try` at rule which is used as values. This is similar to `stylex.keyframes` and needs a similar API. Similarly, there is now `view-transition-class` which need global rule...
nmn created a review comment on a pull request on facebook/stylex
This is not how border-radius values are expanded. The correct expansion should be: ```suggestion test('Splits a string of values with slash notation appropriately.', () => { expect(...

View on GitHub

nmn created a review on a pull request on facebook/stylex
Thanks for trying to fix this edge case, but the logic isn't quite right. (Note: also, this code path is only used if you use the `legacy-expand-shorthands` configuration which should not be nee...

View on GitHub

nmn created a review on a pull request on facebook/stylex
Thanks for trying to fix this edge case, but the logic isn't quite right. (Note: also, this code path is only used if you use the `legacy-expand-shorthands` configuration which should not be nee...

View on GitHub

nmn closed an issue on facebook/stylex
Not working @stylexjs/postcss-plugin: 0.10.0 (@property style error)
### Describe the issue Hi !) help plz) Doesn't want to pass variables var(--1u5tued) in @stylexjs/postcss-plugin: 0.10.0. ```tsx <a href={`tel:${phone}`} {...stylex.props([styles.phoneIcon(isMenu...
nmn created a comment on an issue on facebook/stylex
NOTE: This won't work because you're trying to apply styles to a descendent element. Also, you're using the wrong syntax for media queries. Use something like this instead. ```tsx const MOBILE...

View on GitHub

pawelblaszczyk5 created a comment on an issue on facebook/stylex
> [@pawelblaszczyk5](https://github.com/pawelblaszczyk5) I can't seem to open the repro you linked. I'm getting a 404. Oh, sorry made it private by accident while pushing - fixed now

View on GitHub

nmn created a review comment on a pull request on facebook/stylex
This doesn't look right. The path should not be hardcoded. You probably need to walk up the tree to find the nearest `node_modules` or `package.json` folder.

View on GitHub

nmn created a review on a pull request on facebook/stylex
Doesn't quite look right. We can chat further if I'm wrong.

View on GitHub

nmn created a review on a pull request on facebook/stylex
Doesn't quite look right. We can chat further if I'm wrong.

View on GitHub

mellyeliu pushed 4 commits to feat-relative-cache-path facebook/stylex
  • fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
  • fix: use ESM imports in CLI (#854) 95caddc
  • fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158
  • Merge branch 'main' of github.com:facebook/stylex into feat-relative-cache-path 38f141f

View on GitHub

nmn deleted a branch facebook/stylex

cli-cache-read-fix

nmn pushed 1 commit to main facebook/stylex
  • fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158

View on GitHub

nmn closed a pull request on facebook/stylex
fix: fix readCache to use custom cache path when set
## What changed / motivation ? Oversight in https://github.com/facebook/stylex/pull/792 where `readCache` is still reading from default cache path ## Testing Added more comprehensive testi...
nmn created a review on a pull request on facebook/stylex

View on GitHub

github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...

View on GitHub

mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
  • feat: add cache invalidation on update of nearest .babelrc update 3c60939

View on GitHub

mellyeliu created a branch on facebook/stylex

cli-cache-babel - StyleX is the styling system for ambitious user interfaces.

imhonglu starred facebook/stylex
chanwukim starred facebook/stylex
Shelco created a comment on a pull request on facebook/stylex
Hi! And thanks for the windows fix! Will there be a version 0.10.1 available on NPM for this?

View on GitHub

nnnnoel starred facebook/stylex
yasuhiro-yamamoto created a comment on an issue on facebook/stylex
I've created a pull request to address this issue. Please take a look when you have a moment. https://github.com/facebook/stylex/pull/859

View on GitHub

refirst11 starred facebook/stylex
jysaa5 starred facebook/stylex
Load more