Roman

Results 428 comments of Roman

Removed the throttling tests. Still a few failures left. One peculiar one is in `test/verify.test.js`. Looks like something with `nock`, but can't yet figure it out. ``` > nyc ava...

> I've pushed a few changes, I resolved two failing tests but gotta go now. Can you check if you can resolve the rest? Awesome! Good teamwork 😁 Any idea...

Ugh, never mind, figured it out. `nock` seems to deviate from the node convetion of using `:` as a separator. The right way is to use a dot `.` --...

I don't think they are running Windows in Docker though? I'll look into it later. We can comment out Windows tests for now, if we want to merge the PR...

I personally had never had a real world use case yet where I needed a headful setup. I've always used headless.

This is definitely a big one for clean up. There is otherwise no way to do clean up operations when you are running multiple things on the same host and...

Also under `Why use Generate?`: These 2 are broken: Comparison to Yeoman and Slush Generator framework comparison

You might be interested in [projen](https://github.com/projen/projen) instead.

If on NPM > 8 you can use [`overrides`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides). ```json "overrides": { "@aws-amplify/ui-react": { "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", "@radix-ui/react-slider": "1.0.0", "@radix-ui/react-tabs": "1.0.0" } } ```

@ErikCH I have not tried that, but others have reported this not making a difference. But I also don't think this is a path forward. Ultimately the upstream library has...