Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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.
nmn pushed 1 commit to feat-relative-cache-path facebook/stylex
- fix: add cache invalidation when on config change (#862) 411be7a
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 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(...
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...
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...
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...
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
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.
nmn created a review on a pull request on facebook/stylex
Doesn't quite look right. We can chat further if I'm wrong.
nmn created a review on a pull request on facebook/stylex
Doesn't quite look right. We can chat further if I'm wrong.
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
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
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...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...
mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
- feat: add cache invalidation on update of nearest .babelrc update 3c60939
mellyeliu created a branch on facebook/stylex
cli-cache-babel - StyleX is the styling system for ambitious user interfaces.