Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mellyeliu pushed 2 commits to cli-cache-read-fix facebook/stylex
mellyeliu pushed 1 commit to cli-cache-read-fix facebook/stylex
- fix: fix readCache to use custom cache path when set 9263ca9
mellyeliu pushed 2 commits to feat-relative-cache-path facebook/stylex
mellyeliu pushed 1 commit to main facebook/stylex
- feat: replace crypto with murmurhash for cli caching (#850) d16e60e
mellyeliu closed a pull request on facebook/stylex
feat: replace crypto with murmurhash for cli caching
## What changed / motivation ? `murmurhash` is in fact faster than `crypto`, and we don't need the added security for caching. let's switch for consistency ## Testing tests pass, yolo #...mellyeliu pushed 2 commits to feat-relative-cache-path facebook/stylex
mellyeliu pushed 1 commit to cli-cache-read-fix facebook/stylex
- fix: fix readCache to use custom cache path when set 65ae1f3
mellyeliu opened a pull request on facebook/stylex
feat: make filepath relative for cache portability
## What changed / motivation ? Final follow up to https://github.com/facebook/stylex/pull/790 for cache portability/reusability ## Testing tests pass~~ - [ ] I have read the contributin...mellyeliu created a branch on facebook/stylex
feat-relative-cache-path - StyleX is the styling system for ambitious user interfaces.
mellyeliu pushed 1 commit to cli-cache-read-fix facebook/stylex
- fix: fix readCache to use custom cache path when set 493c789
mellyeliu opened 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...mellyeliu created a branch on facebook/stylex
cli-cache-read-fix - StyleX is the styling system for ambitious user interfaces.
mellyeliu opened a pull request on facebook/stylex
feat: replace crypto with murmurhash for cli caching
## What changed / motivation ? `murmurhash` is in fact faster than `crypto`, and we don't need the added security for caching. let's switch for consistency ## Testing tests pass, yolo #...mellyeliu created a branch on facebook/stylex
cli-cache-m - StyleX is the styling system for ambitious user interfaces.