Wei Wang

Results 57 comments of Wei Wang

The point of conventional commits is to help automation decide whether a commit should make a patch, minor, or major version bump to a package. With changesets, this is no...

Did anyone figure out a solution to Problem 2 in the original issue? How come this issue was closed without that problem being addressed?

@RedYetiDev I see. I found a good solution, though. I'll post it below: @liza-unito @MorningLightMountain713 this is the solution I used: ```typescript import { beforeEach, describe, it, mock, Mock }...

I want to do it but I'm really busy at work now to handle most things. My company is using this module in production so it's important that it keeps...

> The documentation, particularly for the React plugin, has been outdated for months if not years, and TypeScript is not well supported at all despite years of existence. @jean-michelet I...

> @onlywei Can you help out with the failing typescript examples/tests, please? Not right now. I'm under a lot of pressure at work. I'll try and get to it once...

Thanks for the repro. I'm able to see the problem as well. The reason this is happening is because in order for `useRelativePaths` to work, we need to find the...

I am confused by this part: > Without using the `useRelativePaths` option, the absolute paths defined in the build file are usually those from GitHub Actions. The `useRelativePaths` option controls...

I see. In that case the only thing I can think of to fix this is to add an option to the fastify plugin that tells it where to find...

The domain issue will need to wait until @galvez returns.