Ecosyste.ms: Timeline

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

mellyeliu

mellyeliu pushed 1 commit to feat-relative-cache-path facebook/stylex

View on GitHub

mellyeliu pushed 4 commits to feat-relative-cache-path facebook/stylex
  • feat: replace crypto with murmurhash for cli caching (#850) d16e60e
  • fix: fix readCache to use custom cache path when set 9263ca9
  • merge main f46d0df
  • merge again d05acba

View on GitHub

mellyeliu pushed 2 commits to cli-cache-read-fix facebook/stylex
  • feat: replace crypto with murmurhash for cli caching (#850) d16e60e
  • merge main f46d0df

View on GitHub

mellyeliu pushed 1 commit to cli-cache-read-fix facebook/stylex
  • fix: fix readCache to use custom cache path when set 9263ca9

View on GitHub

mellyeliu pushed 2 commits to feat-relative-cache-path facebook/stylex
  • fix: fix readCache to use custom cache path when set 2dcdec3
  • merge e40a320

View on GitHub

mellyeliu pushed 1 commit to feat-relative-cache-path facebook/stylex

View on GitHub

mellyeliu deleted a branch facebook/stylex

cli-cache-m

mellyeliu pushed 1 commit to main facebook/stylex
  • feat: replace crypto with murmurhash for cli caching (#850) d16e60e

View on GitHub

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
  • fix: fix readCache to use custom cache path when set 65ae1f3
  • merge fix 567c014

View on GitHub

mellyeliu pushed 1 commit to cli-cache-read-fix facebook/stylex
  • fix: fix readCache to use custom cache path when set 65ae1f3

View on GitHub

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

View on GitHub

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.

mellyeliu created a review comment on a pull request on facebook/stylex
can we use a loop ie. `EXTENSIONS.some(ext => filename.endsWith(`${allowedSuffix}${ext}`))`

View on GitHub

mellyeliu created a review on a pull request on facebook/stylex

View on GitHub