Benjamin
Benjamin
👋 What kind of metrics would you want? 1 for each generated asset? 1 for the total? 1 per asset type (JS vs CSS vs other)? all of the above?
I tried to look into jscodeshift and recast (and sub packages) to see if I could patch the traverse / visit / walk / whatever function but every time I...
> Sandbox returns 404. I don't know why it's not available anymore, here is a new sandbox in ASTExplorer: https://astexplorer.net/#/gist/191f77988f260ee6bef6ec402331ac0e/808e05a888e206dacc16f8dac85609a7ac09eeab And if the history goes away: With: - Language: `JavaScript`,...
does it still work with the last update ?
I think this proposal breaks one of react's base principle: > `useRef` returns a mutable ref object whose `.current` property is initialized to the passed argument (`initialValue`). **The returned object...
Cf https://github.com/orgs/mdx-js/discussions/2067#discussioncomment-3023340 Remark-cli and thus remark-vscode are the recommended tools to format MDX
What about better defaults? ```css /* smartphones, touchscreens */ @media (hover: none) and (pointer: coarse) { /* ... */ } /* stylus-based screens */ @media (hover: none) and (pointer: fine)...
A bit related I think: I'm trying to tinker with `URLPattern` but I didn't find any good way to check multiple search params at once. For instance, if you want...
FYI this looks good to me (for `jest-image-snapshot`)
Sadly this doesn't seem to work with yarn PNP as it reads the node_modules folder (and PNP doesn't use one)