TimNew

Results 13 issues of TimNew

I found `nth-child` selector is not working as expected. Having a simple html ```html 1,1 1,2 2,1 2,2 ``` And running tests as below ```dart // Passed expect(document.querySelector('#content > table...

### 插件版本号 | Version 1.7.5 ### 平台 | Platform macOS ### 浏览器 | Browsers Arc 1.49.1 ### 插件类型 | Extension Type 浏览器插件 | Browser Extension ### 请描述这个Bug | Describe the...

bug

### Bug description Given having the following DB Schema ```prisma enum UserRole { user streamer admin superAdmin } model User { id String @id @default(ulid()) @db.VarChar(26) createdAt DateTime @default(now()) updatedAt...

bug/1-unconfirmed
kind/bug
domain/client