Nick McCurdy

Results 346 comments of Nick McCurdy

The first three are built into `yarn version`. Then you just need to push with your preferred git client.

Ah I misunderstood, good point. I wonder if we can hook onto these scripts like with `postinstall`. Also Mozilla's `web-ext` tool may help automate this, otherwise it's not too difficult...

Is there any specific part of this package that would be a useful starting point from a demonstration or type safety perspective? I'm thinking about the query or waiting functions,...

Ah I forgot about that. Would it still work with standard `kcd-scripts` usage in the future?

I'm thinking of starting with the waiting functions since they're commonly reused, and ending with the query functions since why seem complex and will probably involve higher level mapped types.

I'll try to track the related PRs here, then we can split up work on any remaining files: - #850 - #954 - #982 - #983 > I wanted to...

https://github.com/testing-library/eslint-plugin-jest-dom/pull/107 fixes the crash but then we get 76 lint errors, so I'll disable it and we can fix those issues separately.

@marcosvega91 If it's not too much work would you mind extracting the CI fix into a separate PR so we can merge that first?

Hi, do you think you can work on these merge conflicts or do you need help?

[As of today, Vue 3 is now the default Vue version.](https://blog.vuejs.org/posts/vue-3-as-the-new-default.html) Is there anything else we need to do to unblock releasing Vue 3 support? Just the user-event async issue?