Scott Pierce
Scott Pierce
@davidaurelio I've been reading that after a specific version it stopped working. Perhaps I'm wrong? Here is a package that does this and is kept up-to-date specifically for typescript: https://github.com/ds300/react-native-typescript-transformer...
Has anyone gotten this working?
@freekh Conversations on this seems to have died. It'd be great if this happened :+1:
This is sorely needed. Currently using coroutines for requests is painful.
I'm having this same problem in Docker Ubuntu environments trying to run CI tests. This morning, it just kept failing left and right for some reason: ``` yarn run v1.22.5...
@dracomithril I don't think that's necessary to run tests. My current theory is that the computer that was running the build was constrained on resources, creating a slow startup time....
> one probably odd question why Because `yarn test` is the following script: ``` nx run-many --all --target=test --parallel --maxParallel 3 ``` The above command is fairly complicated, and instead...
@brennengarland If you are running it on CI, then you might not have a fast enough CI container. Otherwise, I'd be looking at how large your data import is. If...
@zamotany Do you use `webpack.haul.js`?
I mean, I want that too. Almost all my UI is in the common layer though. I filed a request to get previews working on the common layer. Without them,...