Takeo Yoshida

Results 21 comments of Takeo Yoshida

@Temzasse Don't worry, I don't care when it's done. Have a good and relax vacation! I have no doubt and wonder most people in the world drives enthusiastic by World...

@Temzasse I can fix this, and finished working [this PR](https://github.com/Temzasse/stitches-native/pull/40). ~I'll do this if you want it.~ I've done that [there](https://github.com/Temzasse/stitches-native/pull/42).

@Temzasse Thanks for many fixes. These are more concise to understand intention of codes than mine. I agree with you to improve tests, too. I think the road map is...

@Temzasse Thank you for advices. In my experience maybe I can reuse ambient files with no modifications and, write source files using typescripts. I challenge to replace js to ts...

@Temzasse Though it's not rerated to this roadmap, why don't you deploy this package from Github Actions ? I made it before with using changesets in [a repository](https://github.com/MOCHI-inc-JAPAN/zippee/blob/main/.github/workflows/publish.yml). [The official...

> does the Github Actions publishing workflow handle that? No, it doesn't. It works with bypassing 2-FA code tokens. Automation work flow trades off security though latest npm token format...

@Quramy I think so, too. I could read all your code in this repository and I know nothing fancy process PrismaClient. Your work is very awesome and I want to...

I found inserting `this.global.Date = Date` to setup function in environment entrypoint fix this issue. But, jest may extend it for inspecting Date with matcher or each environment, so I...

@Quramy I create [the PR](https://github.com/Quramy/jest-prisma/pull/57) and global.Date is not overwritten in it, because I don't know how large the influence is. As I thought it, jestPrisma exports Date constructor from...

@Quramy Thank you for checking and telling me why it happens. I tested your patch in example application overwrite jest-prisma environment, and it works. (For I did asap, I force...