Ecosyste.ms: Timeline

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

nmn

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • fix: Add support for single word media query rules ab56443

View on GitHub

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • feat: Added parser for most media queries 853a137

View on GitHub

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • fix: call parsers parser not parse e81e502

View on GitHub

nmn created a comment on an issue on facebook/react-strict-dom
@necolas This is likely the problem but in most cases it's not an easy thing to fix either. Babel and ESlint don't work with ESM yet. The very newest versions of Node have fixed this problem, so I ...

View on GitHub

nmn created a comment on an issue on web-platform-tests/interop
@benface I was told it had either shipped or was about to ship. Chrome *does* support the feature by using a workaround based on `atan2` so it feels like something the engine already supports even ...

View on GitHub

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • fix: work around typo signal 59abc89

View on GitHub

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • fix: avoid using .toSorted bf5377e

View on GitHub

nmn created a comment on a pull request on facebook/stylex
Some interesting data from adding more benchmarks: ### <length> Legacy Parser x 326 ops/sec ±5.40% (48 runs sampled) Token Parser x 1,918,503 ops/sec ±2.40% (95 runs sampled) Fastest is Tok...

View on GitHub

nmn pushed 2 commits to chore/css-value-parser facebook/stylex
  • chore: All but one core types implemented 1388394
  • chore: Added many more benchmarks cd0bcb1

View on GitHub

nmn created a comment on an issue on web-platform-tests/interop
I received responses to all my proposals but this is the only one I find a bit perplexing. This feature has already shipped in Safari and Chrome in recent months. Is there major pushback from Firef...

View on GitHub

nmn deleted a branch facebook/stylex

typos

nmn pushed 17 commits to chore/css-value-parser facebook/stylex
  • Update API configuration docs (#890) 6713a74
  • Improved runtime debugging with sourceMap data Add sourceMap information about the file and line responsible for pro... 04745f0
  • Update snapshot tests cf6958b
  • Update dependencies and use new Flow feature (#891) * chore: update babel dependencies * chore: update flow and herm... e0bfe67
  • chore: Update Flow and type devs chore: Add new style-value-parser package da356bd
  • chore: use a css tokenizer to try to speed up parser 67d8a63
  • chore: start translating parser to consume tokens dbe9232
  • chore: implement more token-based parser and a test 38ac93a
  • chore: add a benchmark to compare parser implementations 80f27cf
  • chore: delete empty file 481825d
  • chore: add more tests. Next to fix them all 489075b
  • fix: bugs in the tokenparser core 8359617
  • fix: many bugs. setOf is still broken 84f3d63
  • chore: improve token parser core a bit 482a418
  • chore: core fixes and more tests 60b3647
  • chore: all known core bugs fixed b3a6c9d
  • chore: more parsers added 609fd30

View on GitHub

nmn created a comment on a pull request on facebook/stylex
# Why Parser 1. We use `postcss-value-parser` today to pre-process and format style values. - This parser kinda sucks, we want to do better - e.g. change rgb colors to hash colors - cha...

View on GitHub

nmn deleted a branch facebook/stylex

chore/update-deps

nmn pushed 1 commit to main facebook/stylex
  • Update dependencies and use new Flow feature (#891) * chore: update babel dependencies * chore: update flow and herm... e0bfe67

View on GitHub

nmn closed a pull request on facebook/stylex
Update dependencies and use new Flow feature
## What changed / motivation ? This PR updates the various Babel, Flow and Hermes dependencies. Then it fixes or suppresses flow errors Finally, it deletes the `babel-path-utils` file whic...
nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • chore: all known core bugs fixed cd0dbb5

View on GitHub

nmn pushed 1 commit to chore/css-value-parser facebook/stylex
  • chore: core fixes and more tests ea98c73

View on GitHub

nmn pushed 1 commit to feat/auto-aliases facebook/stylex

View on GitHub

nmn pushed 4 commits to feat/auto-aliases facebook/stylex
  • Update API configuration docs (#890) 6713a74
  • Considered deno.json, fix pr review comments Fixed flow and prettier tests failing Correct install of json5 depende... 62ac113
  • fix: update tests and detect *all* relative paths 96254b5
  • chore: reduce code duplication 0de16c3

View on GitHub

nmn created a review comment on a pull request on facebook/stylex
I didn't want to remove it in the same commit, but we could probably remove them in the future once we are sure this feature is working for the wide variety of project types. We could deprecate ...

View on GitHub

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

View on GitHub

nmn deleted a branch facebook/stylex

docs-api

nmn pushed 1 commit to main facebook/stylex
  • Update API configuration docs (#890) 6713a74

View on GitHub

nmn closed a pull request on facebook/stylex
Update API configuration docs
## What changed / motivation ? Adds docs for the postcss-plugin and updates the docs for the babel-plugin to include `debug`. Also remove deprecated features from these docs. ## Pre-flight ch...
nmn created a review comment on a pull request on facebook/stylex
`dev` also insert function calls to inject the styles at runtime making it possible to use StyleX without setting up CSS file extraction. Additionally, it makes hot reloading more usable.

View on GitHub

nmn created a review on a pull request on facebook/stylex
Looks good! Thanks for adding this.

View on GitHub

nmn created a review on a pull request on facebook/stylex
Looks good! Thanks for adding this.

View on GitHub

nmn opened a pull request on facebook/stylex
Update dependencies and use new Flow feature
## What changed / motivation ? This PR updates the various Babel, Flow and Hermes dependencies. Then it fixes or suppresses flow errors Finally, it deletes the `babel-path-utils` file whic...
nmn created a branch on facebook/stylex

chore/update-deps - StyleX is the styling system for ambitious user interfaces.

Load more