Jamie Rolfs
Jamie Rolfs
If I were using this project more actively right now, I'd probably volunteer to help with maintenance, but I worry I won't be able to prioritize it until I pick...
Hi @ptbrowne, thanks for creating an issue for this. The fixtures exported from **@playwright-testing-library/test/fixture** (`locatorFixtures`) must be applied to **@playwright/test** via the [`extend` API](https://playwright.dev/docs/api/class-test#test-extend) per the [setup](https://github.com/testing-library/playwright-testing-library#setup) instructions from the...
It may also be worth considering the use case identified in https://github.com/styleguidist/react-docgen-typescript/issues/457, though I think we'd probably want to add an option like `preferDefaultTag` to optionally force **`@default`** and **`@defaultValue`**...
Hey @BAISTM, I think this project may be a little stalled out. At this point, a fork may be our best option. I don't have an acute need for this...
I'll just chime in here to point out that @pi0 has since implemented the following: > I guess we can improve this by emulating named exports using static analyze with...
@flybayer I went pretty deep on this because I really love the stub approach in monorepos, but I'm not sure how feasible it would ever be to get working with...
@eestein, thank you so much for sharing your plugin! It's working wonderfully for me and you saved me a ton of time. In the spirit of continuing to help any...
This was one of the few (only?) things I could not find an analog for in Turborepo when migrating from Lerna (which has [`--no-prefix`](https://github.com/lerna/lerna/tree/main/commands/run#--no-prefix)). I prefer prefixed output by default...
I also prefer this behavior and would be happy to help. I do worry, though, that y'all are trying to avoid introducing unnecessary configuration... if so is there another recommended...
#129