Takeo Yoshida
Takeo Yoshida
@cliedeman It'll work well introduced with babel-node even if we use sequelize-cli , thanks. And, I found that we can use other build tools like gulp or webpack-plugins. So, we...
I recently came up with fully inference solution of t's function type in Typescript version >= 4.1. This type definition is followed by typescript playground. In short, we can infer...
We have met same problem.I wonder why we success reset state only at first. I have trouble to comprehend how this occur.
I found redux-persist add _persist prop to returned object.So when we return initialState as reducer return value, initialState is mutated and their prop info is cached because it has ref....
協力したいです!`testing-overview.md` やります(PRを出しました)
I also made library realized this concept. See if you interested in it see [this link](https://www.npmjs.com/package/react-inner-hooks-extension).
@Temzasse I can migrate them to typescript. ~I marked `@ts-nocheck` now. Please review it and could you merge it after checking it and unmarking draft?~ ~I'll try to remove `@ts-nocheck`...
@Temzasse Now, this PR includes SWC configuraiton and only rename js files to ts files with `@ts-ignore` to prevent js codes from being broken.
Furthermore I notice we need to modify github actions. 1. I switched yarn to pnpm in ci 2. Change how to run tests in ci. They run only after PR...
@Temzasse Could you have time to check this PR? This implements, 1. Styles merge functionality ordered by [these lines](https://github.com/Temzasse/stitches-native/pull/42/files#diff-55390e2d0a61588763c772b215b79bd7259d702c4eb80e315506b87f1fa5c8d2R208-R213). 2. Media styles extract finally matched value and explicitly process in...