lyd0
lyd0
目前我在创建新service的时候通过复制粘贴的形式创建,因为不熟悉项目结构有几率出bug。 希望能够提到类似nest g service XX的命令,用来自动创建一个名为XX的service模块。
Hello friend! I ran the following commands in turn - git clone [email protected]:hasura/gatsby-gitbook-starter.git - cd gatsby-gitbook-starter - npm install - npm run build ### Environment - node v14.18.2 - npm...
**Describe the bug** ### 1 When I call the ` ModelInstanceDocument.create ` method , The server reported an error : `ERROR: Error: Invalid 'model' metadata property in Model stream: kh4q0kq8h3j3zb52p8gjcayuwrdpt`...
**Describe the bug** ``` javascript const doc = await ModelInstanceDocument.create(ceramic, CONTENT0, midMetadata) await doc.replace(CONTENT1) ``` but in postgress ,the db table only updates 2 fields(last_anchored_at&updated_at) when doc updated, CONTENT1 data...