Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...
nmn opened a pull request on facebook/stylex
fix: remove esm->cjs conversion from Webpack plugin
## What changed / motivation ? Remove the Babel plugin that converts ESM to CJS from the Webpack plugin.nmn created a branch on facebook/stylex
fix/webpack-no-commonjs - StyleX is the styling system for ambitious user interfaces.
necolas created a review comment on a pull request on facebook/stylex
This is 5 chars, plus a prefix. (Converting the first character only if it's a number is not really safe.)
nmn created a comment on an issue on facebook/stylex
The webpack plugin is not recommended for most scenarios. Try using the PostCSS plugin setup instead.
nmn pushed 1 commit to main facebook/stylex
- fix: Properly parse multi-value shorthand with slash (#859) * fix: Properly parse multi-value shorthand with slash *... fbf792c
nmn closed an issue on facebook/stylex
Detect `/` within values of a multi-value `borderRadius` shorthand
NOTE: This is a very specific, edge-case bug. When in `styleResolution: 'legacy-expand-shorthands'`, we expand shorthand CSS properties into their constituent longhand properties. This includes `b...nmn closed a pull request on facebook/stylex
fix: Properly parse multi-value shorthand with slash
## What changed / motivation ? Fixed the expansion handling of border-radius shorthand values containing the '/' separator. ## Linked PR/Issues Fixes #730 ## Additional Context - Mo...necolas opened an issue on facebook/stylex
GitHub Workflow for Typos has false positives
### Describe the issue The typos workflow incorrectly produces errors about generated or snapshot object keys containing typos. ### Expected behavior No incorrect CI failures caused by the typos...abettadapur opened an issue on facebook/stylex
webpack-plugin includes `@babel/plugin-transform-modules-commonjs`
### Describe the issue I was debugging an issue with our Webpack build, where some imports of a node_modules package would resolve to the CJS version, and some other imports would resolve to the E...necolas pushed 7 commits to minify-keys facebook/stylex
mellyeliu pushed 1 commit to main facebook/stylex
- fix: fix jest timeout in cli cache tests (#876) 47a26ec
mellyeliu closed a pull request on facebook/stylex
fix: fix jest timeout in cli cache tests
## What changed / motivation ? In the refactor here https://github.com/facebook/stylex/pull/804 we should be wrapping `done()` in a `finally` block to prevent the test from hanging if an error i...mellyeliu pushed 1 commit to cli-fix-async facebook/stylex
- fix: fix jest timeout in cli cache tests 0f7d100
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-fix-async facebook/stylex
- fix: fix jest timeout in cli cache tests 25bc31b
mellyeliu created a branch on facebook/stylex
cli-fix-async - StyleX is the styling system for ambitious user interfaces.
necolas pushed 2 commits to minify-keys facebook/stylex
layershifter created a review comment on a pull request on facebook/stylex
https://github.com/microsoft/griffel/blob/84fabade37aa190f0e80d2914f59e6db0ab936f7/packages/core/src/runtime/utils/hashPropertyKey.ts#L33C1-L38C4 This trick will help to avoid quotes if you want...
necolas pushed 2 commits to minify-keys facebook/stylex
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...
necolas opened a pull request on facebook/stylex
Minify compiled style keys
## What changed / motivation ? The keys of compiled styles are hashed / minified. This is done to try to reduce the size of the StyleX-generated JavaScript ## Pre-flight checklist - [x]...necolas created a branch on facebook/stylex
minify-keys - StyleX is the styling system for ambitious user interfaces.