Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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.
mellyeliu created a review comment on a pull request on necolas/styleq
do we want to stick to this prop mapping? from my understanding we are slated to migrate away from logical style polyfill and directly serve marginInlineStart in browser instead of mapping it based...
mellyeliu pushed 1 commit to main facebook/stylex
- chore: remove debug log in cache transform (#874) 37fd779
mellyeliu closed a pull request on facebook/stylex
chore: remove debug log in cache transform
## What changed / motivation ? Left a console log in transform.js ## Pre-flight checklist - [ ] I have read the contributing guidelines [Contribution Guidelines](https://github.com/...mellyeliu opened a pull request on facebook/stylex
chore: remove debug log in cache transform
## What changed / motivation ? Left a console log in transform.js ## Pre-flight checklist - [ ] I have read the contributing guidelines [Contribution Guidelines](https://github.com/...mellyeliu created a branch on facebook/stylex
cli-cache-clean - StyleX is the styling system for ambitious user interfaces.
mellyeliu pushed 1 commit to main facebook/stylex
- feat: cache invalidation on .babelrc update (#865) d618657
mellyeliu closed a pull request on facebook/stylex
feat: cache invalidation on .babelrc update
## What changed / motivation ? Let's add cache invalidation on .babelrc config update - Iteratively search upwards through the file hierarchy until we find the closest .babelrc file - Hash fil...mellyeliu created a comment on a pull request on facebook/stylex
this should be safe to merge, iirc when you squash, it commits only the changes seen in the file diff. so even though the commit history of the PR is wonky, Github is aware of the latest state of o...
mellyeliu pushed 1 commit to cli-cache-root facebook/stylex
- feat: add cli cache root detection for deno apps 94c20ff
mellyeliu pushed 1 commit to cli-cache-root facebook/stylex
- feat: add cli cache root detection for deno apps 5daba06
mellyeliu opened a pull request on facebook/stylex
feat: add cli cache root detection for deno apps
## What changed / motivation ? Updated `findProjectRoot` fx to support Deno projects by adding `deno.json` and `deno.jsonc` as valid indicators, falling back to `.git` files if neither `project....mellyeliu created a branch on facebook/stylex
cli-cache-root - StyleX is the styling system for ambitious user interfaces.