Alex Hinds
Alex Hinds
It appears the underlying issue is that this API integrates with the older `jest.SerializerPlugin` and so doesn't support a number of more current serializers. Is this something the maintainers are...
Hi @alistairjcbrown thanks for getting back. Sorry I did investigate further but didn't update this ticket. The rub seems to be in the second of your proposed solutions. Essentially, the...
@Noviny what's a like for like usage of `extractReactTypes` vs `magical-types` look like? eg: ``` const { extractReactTypes } = require('extract-react-types'); /// .... extractReactTypes(content, typeSystem, filename, resolveOpts); ``` Roughly translates...
Is this a case of the average case actually nullifying the worse case big O? I did read the link you provided but if it truly was the case that...
Keen to watch this issue, have noted this rule is eating into our CI, accounting for ~80% of our overall linting pipeline in a large-ish monorepo. I'm interested to know...
Hi folks thought I'd chime in on this one as this would be a welcome change - let us know if more discussion desired to make this work or help...
Hi folks 👋 - we're working on this - it's non-trivial to get this working as the way react itself works in v18 has shifted the way timings work. Thanks...
Hi @juanferreras yes the CLI is definitely a WIP even though we've cut a 1.0.0 I expect we'll build it out further. Given we're still tightly bound to storybook, you're...
We also need to update documentation around file/save functionality which is very useful for regression testing. For anyone watching this issue as of `^0.14.0` the library does support saving performance...
Hey @joshacheson I'm going to work on the documentation for the storage/cli this weekend. Thanks for the nudge! I'll provide some insight into how Atlassian does the CI setup (which...