Rea

Results 19 issues of Rea

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fatal runtime error: failed to initiate panic, error 5 running error

添加下载时允许自定义文件名,支持Chrome download特性皆支持该功能

``` bash  WARN  deprecated [email protected]: Disk image license agreements are deprecated by Apple and will probably be removed in a future macOS release. Discussion at: https://github.com/argv-minus-one/dmg-license/issues/11  ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies...

bug

## Problem according to the enum type field orderBy ## Suggested solution / Alternatives ``` ts prisma[model].findMany({ orderBy: { _enum: { field: EnumType, // EnumType sort: ['Type1', 'Type2'] // typeof...

kind/feature
domain/client
topic: client api
topic: orderBy / sorting

how results crud.users totalCount ``` model User { id Int @id @default(autoincrement()) name String @unique level Int } ``` ``` export const QueryType = queryType({ definition(t) { t.crud.users({ filtering: true,...

scope/crud

#### 🗹 Requirements ![image](https://user-images.githubusercontent.com/45023042/159839473-ba145b42-94b9-49a9-8677-0b8fd7da4918.png) This icon does not always show up properly here. Iterm2, Jetbrains Nerd font that I use. Telescope search icon is not shown either. ![image](https://user-images.githubusercontent.com/45023042/159839559-7884e157-948e-4e93-af3b-06be00d19c2f.png)

![image](https://user-images.githubusercontent.com/45023042/167778500-a08e9fa3-6509-45ea-bd0e-17598587c9d1.png) 如网易云音乐播放器/浏览器 播放媒体时均可在系统控制处见暂停,上/下一曲,也可以用键盘快捷键来切歌暂停

feat request
FEP
os/macos

fix: import lite mode Error: Component legend.scroll not exists. Load it first.

https://github.com/apollographql/apollo/issues/1315

doc: https://www.prisma.io/docs/concepts/components/prisma-schema/relations/many-to-many-relations schema.prisma ``` prisma model Post { id Int @id @default(autoincrement()) title String categories CategoriesOnPosts[] } model Category { id Int @id @default(autoincrement()) name String posts CategoriesOnPosts[] } model...