Haitao.Huang

Results 10 issues of Haitao.Huang

I plan to use this framework to develop on our product, it is ok? Thanks for suggest

Have done the test about this framework? how about the concurrency?

Database Exception – yii\db\Exception Redis error: NOAUTH Authentication required. Redis command was: SELECT 0

框架中哪块使用到了ElasticSearch?可以给下具体位置吗?

这个框架是否支持php7

```typescript type GetRequired = { [K in keyof T as T extends Record ? K : never]: T[K] }; ```

answer
en
57

```typescript type GetOptional = { [K in keyof T as T extends Record ? never : K]: T[K] } ```

answer
en
59

ts Version 5.5.4 ![image](https://github.com/user-attachments/assets/77b4a2f3-030c-4dbf-aefd-301aa96db1e9) // ============= Test Cases ============= import type { Equal, Expect } from './test-utils' type cases = [ Expect, Expect, ] type X1 = { a: ()...

bug

![image](https://github.com/user-attachments/assets/deec455e-91db-4fe3-ba69-5dc1612b7dcc) ```typescript // ============= Test Cases ============= import type { Equal, Expect } from './test-utils' SimpleVue({ data() { // @ts-expect-error this.firstname // @ts-expect-error this.getRandom() // @ts-expect-error this.data() return { firstname:...

bug

### Fix subscription button text and enhance subscription handling #### Problem: - When a user has a monthly subscription and switches to the yearly billing interval tab, the button still...